blob: 3aeee18a203b698358def8442f9ee7c1e0344609 [file] [log] [blame]
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)
[package]
edition = "2018"
name = "async-broadcast"
version = "0.2.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>", "Yoshua Wuyts <yoshuawuyts@gmail.com>", "Zeeshan Ali <zeeshanak@gnome.org>"]
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"
[dependencies.easy-parallel]
version = "3.1.0"
[dependencies.event-listener]
version = "2.5.1"
[dependencies.futures-core]
version = "0.3.14"
[dev-dependencies.doc-comment]
version = "0.3.3"
[dev-dependencies.futures-lite]
version = "1.11.3"
[dev-dependencies.futures-util]
version = "0.3.14"
[features]