[[test]]
harness = false
name = "main"
path = "tests/main/mod.rs"
[[test]]
harness = false
name = "issue_97"
path = "tests/main/issue_97.rs"
[badges.maintenance]
status = "passively-maintained"
[dev-dependencies.signal-hook]
version = "0.3"
[features]
termination = []
[package]
authors = ["Antti Keränen <detegr@gmail.com>", "@ssrlive"]
categories = ["os"]
description = "Easy Ctrl-C handler version 2 for Rust projects"
documentation = "https://docs.rs/ctrlc2"
edition = "2021"
exclude = ["/.travis.yml", "/appveyor.yml"]
homepage = "https://github.com/ssrlive/ctrlc2"
keywords = ["ctrlc", "signal", "SIGINT"]
license = "MIT/Apache-2.0"
name = "ctrlc2"
readme = "README.md"
repository = "https://github.com/ssrlive/ctrlc2.git"
rust-version = "1.63.0"
version = "3.5.0"
[target."cfg(unix)".dependencies.nix]
default-features = false
features = ["fs", "signal"]
version = "0.27"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Threading", "Win32_Security", "Win32_System_Console"]
version = "0.48"
[target."cfg(windows)".dev-dependencies.windows-sys]
features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_IO", "Win32_System_Console"]
version = "0.48"