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