ctrlc 3.2.5

Easy Ctrl-C handler for Rust projects
Documentation
[[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.5"
[target."cfg(unix)".dependencies.nix]
default-features = false
features = ["fs", "signal"]
version = "0.26"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_Threading", "Win32_Security", "Win32_System_WindowsProgramming", "Win32_System_Console"]
version = "0.45"
[target."cfg(windows)".dev-dependencies.windows-sys]
features = ["Win32_Storage_FileSystem", "Win32_Foundation", "Win32_System_IO", "Win32_System_SystemServices", "Win32_System_Console"]
version = "0.45"