# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ctrlc-async" version = "3.2.2" authors = ["Antti Keränen ", "John Sharratt "] exclude = ["/.travis.yml", "/appveyor.yml"] description = "Easy asynchronous Ctrl-C handler for Rust projects" homepage = "https://github.com/Detegr/rust-ctrlc" documentation = "http://detegr.github.io/doc/ctrlc" readme = "README.md" keywords = ["ctrlc", "signal", "SIGINT"] categories = ["os"] license = "MIT/Apache-2.0" repository = "https://github.com/Detegr/rust-ctrlc.git" [[test]] name = "tests" path = "src/tests.rs" harness = false [dependencies.async-std] version = "^1" features = ["alloc", "attributes", "default"] optional = true default-features = false [dependencies.tokio] version = "^1" features = ["macros", "rt", "sync", "time"] optional = true [features] default = ["tokio"] termination = [] [target."cfg(unix)".dependencies.nix] version = "0.23" [target."cfg(windows)".dependencies.winapi] version = "0.3" features = ["consoleapi", "handleapi", "synchapi", "winbase"] [target."cfg(windows)".dev-dependencies.winapi] version = "0.3" features = ["fileapi", "processenv", "winnt"]