ctrlc 3.0.3

Easy Ctrl-C handler for Rust projects
Documentation
[package]

name = "ctrlc"
version = "3.0.3"
authors = ["Antti Keränen <detegr@gmail.com>", "nabijaczleweli <nabijaczleweli@gmail.com>", "Henning Ottesen <henning@live.no>", "Peter Atashian <retep998@gmail.com>"]
license = "MIT/Apache-2.0"
keywords = ["ctrlc", "signal", "SIGINT"]
description = "Easy Ctrl-C handler for Rust projects"
documentation = "http://detegr.github.io/doc/ctrlc"
homepage = "https://github.com/Detegr/rust-ctrlc"
repository = "https://github.com/Detegr/rust-ctrlc.git"

[dependencies]
nix = "0.8"
winapi = "0.2"
kernel32-sys = "0.2"

[features]
termination = []

[[test]]
name = "tests"
path = "src/tests.rs"
harness = false