# 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-channel" version = "2.3.1" authors = ["Stjepan Glavina "] 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.5" default-features = false [dependencies.event-listener-strategy] version = "0.5.2" default-features = false [dependencies.futures-core] version = "0.3.5" default-features = false [dependencies.pin-project-lite] version = "0.2.11" [dev-dependencies.easy-parallel] version = "3" [dev-dependencies.futures-lite] version = "2" [features] default = ["std"] std = [ "concurrent-queue/std", "event-listener-strategy/std", ] [target."cfg(target_family = \"wasm\")".dev-dependencies.wasm-bindgen-test] version = "0.3.37"