blob: bdb12616bc588201f3c6481ec708a7707a9c9486 [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 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"
rust-version = "1.38"
name = "async-channel"
version = "1.8.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
exclude = ["/.*"]
description = "Async multi-producer multi-consumer channel"
readme = "README.md"
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 = "2"
[dependencies.event-listener]
version = "2.4.0"
[dependencies.futures-core]
version = "0.3.5"
[dev-dependencies.easy-parallel]
version = "3"
[dev-dependencies.futures-lite]
version = "1"