[package] name = "killswitch" version = "0.4.2" authors = ["Jan Danielsson "] edition = "2021" license = "0BSD" categories = [ "asynchronous" ] keywords = [ "shutdown", "async" ] repository = "https://repos.qrnch.tech/pub/killswitch" description = "Killswitch used to broadcast a shutdown request." exclude = [ ".fossil-settings", ".efiles", ".fslckout", "examples", "www", "rustfmt.toml" ] [dependencies] parking_lot = { version = "0.12.1" } [dev-dependencies] tokio = { version = "1.32.0", features = [ "macros", "rt-multi-thread", "time" ] } tokio-test = { version = "0.4.3" } tracing = { version = "0.1.37" } tracing-subscriber = { version = "0.3.17" } [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"]