chan-signal 0.3.3

DEPRECATED. Use crossbeam-channel and signal-hook instead.
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 = "chan-signal"
version = "0.3.3"
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "DEPRECATED. Use crossbeam-channel and signal-hook instead."
homepage = "https://github.com/BurntSushi/chan-signal"
documentation = "https://docs.rs/chan-signal"
readme = "README.md"
keywords = ["os", "signal", "channel", "select"]
license = "Unlicense/MIT"
repository = "https://github.com/BurntSushi/chan-signal"
[dependencies.bit-set]
version = "0.4"

[dependencies.chan]
version = "0.1"

[dependencies.lazy_static]
version = "0.2"

[dependencies.libc]
version = "0.2"