ctrlc 3.0.2

Easy Ctrl-C handler for Rust projects
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "ctrlc"
version = "3.0.2"
authors = ["Antti Keränen <detegr@gmail.com>", "nabijaczleweli <nabijaczleweli@gmail.com>", "Henning Ottesen <henning@live.no>", "Peter Atashian <retep998@gmail.com>"]
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"

[dependencies]
libc = "0.2"
winapi = "0.2"
kernel32-sys = "0.2"

[features]
termination = []