# 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" rust-version = "1.79.0" name = "async-signals" version = "0.5.0" authors = ["Sherlock Holo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library for easier and safe Unix signal handling with async Stream." readme = "README.md" license = "MIT" repository = "https://github.com/Sherlock-Holo/async-signal" [lib] name = "async_signals" path = "src/lib.rs" [dependencies.crossbeam-queue] version = "0.3.11" [dependencies.crossbeam-skiplist] version = "0.1.3" [dependencies.futures-util] version = "0.3.30" default-features = false [dependencies.nix] version = "0.29.0" features = ["signal"] [dependencies.once_cell] version = "1.19.0" [dev-dependencies.libc] version = "0.2.155" [dev-dependencies.tokio] version = "1.38.0" features = [ "macros", "rt", ]