# 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" rust-version = "1.70" name = "tokio-graceful-shutdown" version = "0.15.1" authors = ["Finomnis "] exclude = [ "/.gitignore", "/.github/", "/TODO.txt", "/UPCOMING_VERSION_CHANGES.txt", ] description = "Utilities to perform a graceful shutdown on a Tokio based service." readme = "README.md" keywords = [ "tokio", "shutdown", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/Finomnis/tokio-graceful-shutdown" [profile.dev] opt-level = 1 [dependencies.async-trait] version = "0.1.73" [dependencies.atomic] version = "0.6.0" [dependencies.bytemuck] version = "1.14.0" features = ["derive"] [dependencies.miette] version = "7.0.0" [dependencies.pin-project-lite] version = "0.2.13" [dependencies.thiserror] version = "1.0.49" [dependencies.tokio] version = "1.32.0" features = [ "signal", "rt", "macros", "time", ] default-features = false [dependencies.tokio-util] version = "0.7.10" default-features = false [dependencies.tracing] version = "0.1.37" default-features = false [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.bytes] version = "1.5.0" [dev-dependencies.eyre] version = "0.6.8" [dev-dependencies.futures-util] version = ">= 0.3.16" [dev-dependencies.headers] version = ">= 0.3.5" [dev-dependencies.http-body-util] version = "0.1.0" [dev-dependencies.hyper] version = "1.0.1" features = [ "server", "http1", ] [dev-dependencies.hyper-util] version = "0.1.1" features = ["tokio"] [dev-dependencies.miette] version = "7.2.0" features = ["fancy"] [dev-dependencies.serde_urlencoded] version = ">= 0.7.1" [dev-dependencies.tokio] version = "1.32.0" features = ["full"] [dev-dependencies.tokio-util] version = "0.7.10" features = ["rt"] default-features = false [dev-dependencies.tower] version = ">= 0.4.1" [dev-dependencies.tracing-subscriber] version = "0.3.17" [dev-dependencies.tracing-test] version = "0.2.4" features = ["no-env-filter"] [dev-dependencies.unicode-linebreak] version = ">= 0.1.5" [dev-dependencies.warp] version = "0.3.6" [target."cfg(unix)".dev-dependencies.nix] version = "0.29.0" features = ["signal"] default-features = false