[[test]]
harness = false
name = "tests"
path = "src/tests.rs"
[features]
termination = []
[package]
authors = ["Antti Keränen <detegr@gmail.com>"]
categories = ["os"]
description = "Easy Ctrl-C handler for Rust projects"
documentation = "http://detegr.github.io/doc/ctrlc"
edition = "2018"
exclude = ["/.travis.yml", "/appveyor.yml"]
homepage = "https://github.com/Detegr/rust-ctrlc"
keywords = ["ctrlc", "signal", "SIGINT"]
license = "MIT/Apache-2.0"
name = "ctrlc"
readme = "README.md"
repository = "https://github.com/Detegr/rust-ctrlc.git"
version = "3.2.3"
[target."cfg(unix)".dependencies.nix]
default-features = false
features = ["fs", "signal"]
version = "0.25"
[target."cfg(windows)".dependencies.winapi]
features = ["consoleapi", "handleapi", "synchapi", "winbase"]
version = "0.3"
[target."cfg(windows)".dev-dependencies.winapi]
features = ["fileapi", "processenv", "winnt"]
version = "0.3"