# 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 = "meltdown" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight service manager to help with graceful shutdown of asynchronous applications." readme = "README.md" keywords = [ "asynchronous", "graceful", "shutdown", ] categories = ["asynchronous"] license = "0BSD" repository = "https://github.com/joshua-cooper/meltdown" [lib] name = "meltdown" path = "src/lib.rs" [dependencies.futures-channel] version = "0.3.31" features = ["alloc"] default-features = false [dependencies.futures-util] version = "0.3.31" features = ["std"] default-features = false [dependencies.pin-project-lite] version = "0.2.15" [dev-dependencies.pollster] version = "0.4.0" [features] catch-panic = [] tagged = [] [lints.clippy.all] level = "warn" priority = -1 [lints.clippy.cargo] level = "warn" priority = -1 [lints.clippy.nursery] level = "warn" priority = -1 [lints.clippy.pedantic] level = "warn" priority = -1 [lints.rust] missing_docs = "warn"