blob: 7cc6e7a98359de060d34aa724790e13d27b742ff [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-channel"
version = "1.6.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
description = "Async multi-producer multi-consumer channel"
homepage = "https://github.com/smol-rs/async-channel"
documentation = "https://docs.rs/async-channel"
keywords = ["mpmc", "mpsc", "spmc", "chan", "futures"]
categories = ["asynchronous", "concurrency"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/async-channel"
[dependencies.concurrent-queue]
version = "1.2.2"
[dependencies.event-listener]
version = "2.4.0"
[dependencies.futures-core]
version = "0.3.5"
[dev-dependencies.blocking]
version = "1"
[dev-dependencies.easy-parallel]
version = "3.1.0"
[dev-dependencies.futures-lite]
version = "1.11.0"