[package]
name = "ctrlc"
version = "3.1.3"
authors = ["Antti Keränen <detegr@gmail.com>"]
exclude = ["/.travis.yml", "/appveyor.yml"]
description = "Easy Ctrl-C handler for Rust projects"
homepage = "https://github.com/Detegr/rust-ctrlc"
documentation = "http://detegr.github.io/doc/ctrlc"
keywords = ["ctrlc", "signal", "SIGINT"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Detegr/rust-ctrlc.git"
[[test]]
name = "tests"
path = "src/tests.rs"
harness = false
[features]
termination = []
[target."cfg(unix)".dependencies.nix]
version = "0.14"
[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"]