# 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" name = "signal-hook-async-std" version = "0.2.2" authors = ["Michal 'vorner' Vaner ", "Thomas Himmelstoss "] description = "async-std support for signal-hook" documentation = "https://docs.rs/signal-hook-async-std" readme = "README.md" keywords = ["signal", "unix", "async-std"] license = "Apache-2.0/MIT" repository = "https://github.com/vorner/signal-hook" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.async-io] version = "~1" [dependencies.futures-lite] version = "~1" [dependencies.libc] version = "~0.2" [dependencies.signal-hook] version = "~0.3" [dev-dependencies.async-std] version = "~1" features = ["attributes"] [dev-dependencies.serial_test] version = "~0.5" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "vorner/signal-hook"