# 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 = "2018" rust-version = "1.63" name = "async-signal" version = "0.2.10" authors = ["John Nunley "] build = false exclude = ["/.*"] autobins = false autoexamples = false autotests = false autobenches = false description = "Async signal handling" readme = "README.md" keywords = [ "async", "signal", "signal-hook", "signal-hook-registry", ] categories = [ "asynchronous", "concurrency", "os", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/smol-rs/async-signal" [lib] name = "async_signal" path = "src/lib.rs" [[example]] name = "print" path = "examples/print.rs" [[test]] name = "sigint" path = "tests/sigint.rs" [[test]] name = "unix_signals" path = "tests/unix_signals.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.futures-core] version = "0.3.26" [dev-dependencies.async-io] version = "2.0.0" [dev-dependencies.fastrand] version = "2.0.1" [dev-dependencies.futures-lite] version = "2.3.0" [dev-dependencies.signal-hook] version = "0.3.14" [target."cfg(unix)".dependencies.async-io] version = "2.0.0" [target."cfg(unix)".dependencies.futures-io] version = "0.3.26" [target."cfg(unix)".dependencies.rustix] version = "0.38.15" features = [ "process", "std", ] default-features = false [target."cfg(unix)".dependencies.signal-hook-registry] version = "1.4.0" [target."cfg(unix)".dev-dependencies.libc] version = "0.2.139" [target."cfg(windows)".dependencies.async-lock] version = "3.3.0" [target."cfg(windows)".dependencies.atomic-waker] version = "1.1.1" [target."cfg(windows)".dependencies.slab] version = "0.4.8" [target."cfg(windows)".dependencies.windows-sys] version = "0.59" features = [ "Win32_Foundation", "Win32_System_Console", ] default-features = false