crossbeam-channel 0.2.2

Multi-producer multi-consumer channels for message passing
Documentation
[package]
name = "crossbeam-channel"
version = "0.2.2"
authors = ["The Crossbeam Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/crossbeam-rs/crossbeam-channel"
homepage = "https://github.com/crossbeam-rs/crossbeam-channel"
documentation = "https://docs.rs/crossbeam-channel"
description = "Multi-producer multi-consumer channels for message passing"
keywords = ["channel", "mpmc", "select", "golang", "message"]
categories = ["algorithms", "concurrency", "data-structures"]

[dependencies]
crossbeam-epoch = "0.5.0"
crossbeam-utils = "0.4.0"
parking_lot = "0.5"
rand = "0.5.3"
smallvec = "0.6.2"

[dev-dependencies]
crossbeam = "0.3.0"