# 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 = "tokio-task-manager" version = "0.2.0" description = """ Allow an async Tokio application to gracefully shutdown, waiting for all tasks to finish. """ homepage = "https://github.com/OTA-Insight/tokio-task-manager" readme = "README.md" keywords = [ "io", "async", "non-blocking", "futures", ] categories = [ "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/OTA-Insight/tokio-task-manager" resolver = "2" [[example]] name = "tcp-echo-server" path = "examples/tcp-echo-server.rs" [dependencies.tokio] version = "^1.18" features = [ "rt-multi-thread", "signal", "sync", "time", "macros", ] [dependencies.tracing] version = "^0.1" [dev-dependencies.tokio] version = "^1.18" features = [ "io-util", "rt-multi-thread", "signal", "sync", "time", "macros", "net", ] [dev-dependencies.tokio-test] version = "^0.4"