# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "async-shutdown" version = "0.1.4" description = "one-stop solution for async graceful shutdown" documentation = "https://docs.rs/async-shutdown" readme = "README.md" keywords = [ "async", "shutdown", "graceful", "graceful-shutdown", ] categories = ["asynchronous"] license = "BSD-2-Clause OR Apache-2.0" repository = "https://github.com/de-vri-es/async-shutdown-rs" [dev-dependencies.assert2] version = "0.3.4" [dev-dependencies.futures] version = "0.3.17" [dev-dependencies.tokio] version = "1.12.0" features = [ "io-util", "macros", "net", "rt-multi-thread", "signal", "time", ]