[dependencies.event-listener]
optional = true
version = "2"
[dependencies.libc]
version = "0.2"
[dependencies.signal-hook-registry]
version = "1"
[features]
async = ["event-listener"]
default = []
[package]
authors = ["rise0chen <rise0chen@163.com>"]
description = "work on program will exit"
edition = "2018"
license-file = "LICENSE"
name = "will_exit"
readme = "./README.md"
repository = "https://github.com/rise0chen/will_exit.git"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]