# 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 = "2021" name = "shutdown" version = "0.4.1" authors = ["Sander van Harmelen "] description = "shutdown can be used to gracefully exit (part of) a running program" homepage = "https://github.com/svanharmelen/shutdown" documentation = "https://docs.rs/shutdown/" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/svanharmelen/shutdown" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.signal-hook] version = "0.3" [dependencies.signal-hook-tokio] version = "0.3" features = ["futures-v0_3"] [dependencies.tokio] version = "1" features = ["rt-multi-thread"] [dependencies.tokio-util] version = "0.7" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.libc] version = "0.2" [dev-dependencies.tokio] version = "1" features = [ "macros", "time", ]