56 lines
1.2 KiB
TOML
56 lines
1.2 KiB
TOML
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
|
#
|
|
# When uploading crates to the registry Cargo will automatically
|
|
# "normalize" Cargo.toml files for maximal compatibility
|
|
# with all versions of Cargo and also rewrite `path` dependencies
|
|
# to registry (e.g., crates.io) dependencies.
|
|
#
|
|
# If you are reading this file be aware that the original Cargo.toml
|
|
# will likely look very different (and much more reasonable).
|
|
# See Cargo.toml.orig for the original contents.
|
|
|
|
[package]
|
|
edition = "2021"
|
|
name = "sigchld"
|
|
version = "0.2.4"
|
|
authors = ["Jack O'Connor"]
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "waiting for SIGCHLD from many threads at once"
|
|
documentation = "https://docs.rs/sigchld"
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
repository = "https://github.com/oconnor663/sigchld.rs"
|
|
|
|
[features]
|
|
default = ["os_pipe"]
|
|
os_pipe = ["dep:os_pipe"]
|
|
|
|
[lib]
|
|
name = "sigchld"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.libc]
|
|
version = "0.2.172"
|
|
|
|
[dependencies.os_pipe]
|
|
version = "1.2.2"
|
|
optional = true
|
|
|
|
[dependencies.signal-hook]
|
|
version = "0.3.18"
|
|
default-features = false
|
|
|
|
[dev-dependencies.anyhow]
|
|
version = "1.0.98"
|
|
|
|
[dev-dependencies.duct]
|
|
version = "1.0.0"
|
|
|
|
[dev-dependencies.rand]
|
|
version = "0.9.1"
|