# 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 = "faucet-drain" version = "0.1.0" authors = ["Josh Bowden "] description = "Back-pressured MPMC queue that can be drained after signaling completion" documentation = "https://docs.rs/faucet-drain/" readme = "README.md" keywords = [ "async", "queue", "backpressure", "faucet", ] categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/jaxrtech/faucet-drain" [dependencies.deadqueue] version = "0.2" [dependencies.tokio] version = "1" features = ["macros"] default-features = false [dependencies.tokio-util] version = "0.7" [dev-dependencies.ctrlc] version = "3" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "time", ]