simple-signal 1.1.1

Easy unix signals 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 = "simple-signal"
version = "1.1.1"
authors = ["Antti Keränen <detegr@gmail.com>", "Alexey Voznyuk <me@swizard.info>"]
description = "Easy unix signals handler for Rust projects"
homepage = "https://github.com/swizard0/rust-simple-signal"
keywords = ["signal", "SIGINT", "SIGTERM", "SIGQUIT", "SIGABRT"]
license = "MIT"
repository = "https://github.com/swizard0/rust-simple-signal.git"

[lib]
name = "simple_signal"
[dependencies.lazy_static]
version = "1.0"
optional = true

[dependencies.libc]
version = "0.2"

[features]
default = ["stable"]
nightly = []
stable = ["lazy_static"]