# 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 = "block_until_sigint" version = "0.1.0" authors = ["pefish "] exclude = [ "docs", "/.travis.yml", "/appveyor.yml", ".gitignore", ] autobenches = true description = "A simple easy to use wrapper around Ctrl-C signal." homepage = "https://github.com/pefish/rust-pefish-lib" documentation = "https://github.com/pefish/rust-pefish-lib" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/pefish/rust-pefish-lib" [dependencies.anyhow] version = "1.0.56" [dependencies.futures] version = "0.3.21" [dependencies.log] version = "0.4.14" [dependencies.signal-hook] version = "0.3.13" [dependencies.signal-hook-tokio] version = "0.3.1" features = ["futures-v0_3"] [dependencies.tokio] version = "1.17.0" features = ["full"]