# 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 = "2018" name = "async-broadcast" version = "0.5.1" authors = [ "Stjepan Glavina ", "Yoshua Wuyts ", "Zeeshan Ali Khan ", ] description = "Async broadcast channels" documentation = "https://docs.rs/async-broadcast" readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/smol-rs/async-broadcast" [[bench]] name = "broadcast_bench" harness = false [dependencies.event-listener] version = "2.5.2" [dependencies.futures-core] version = "0.3.21" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.easy-parallel] version = "3.2.0" [dev-dependencies.futures-lite] version = "1.11.3" [dev-dependencies.futures-util] version = "0.3.21" [features]