Files
another-boids-in-rust/vendor/async-broadcast/Cargo.toml

77 lines
1.7 KiB
TOML

# 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"
rust-version = "1.60"
name = "async-broadcast"
version = "0.7.2"
authors = [
"Stjepan Glavina <stjepang@gmail.com>",
"Yoshua Wuyts <yoshuawuyts@gmail.com>",
"Zeeshan Ali Khan <zeeshanak@gnome.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
[lib]
name = "async_broadcast"
path = "src/lib.rs"
[[test]]
name = "test"
path = "tests/test.rs"
[[bench]]
name = "broadcast_bench"
path = "benches/broadcast_bench.rs"
harness = false
[dependencies.event-listener]
version = "5.0.0"
[dependencies.event-listener-strategy]
version = "0.5.0"
[dependencies.futures-core]
version = "0.3.21"
[dependencies.pin-project-lite]
version = "0.2.13"
[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]