chan 0.1.11

Multi-producer, multi-consumer channels with select.
Documentation
[package]
name = "chan"
version = "0.1.11"  #:version
authors = ["Andrew Gallant <jamslam@gmail.com>"]
description = "Multi-producer, multi-consumer channels with select."
documentation = "http://burntsushi.net/rustdoc/chan/"
homepage = "https://github.com/BurntSushi/chan"
repository = "https://github.com/BurntSushi/chan"
readme = "README.md"
keywords = ["channel", "asynchronous", "mpmc", "golang", "select"]
license = "Unlicense/MIT"

[dependencies]
rand = "0.3"

[[test]]
name = "test"
path = "src/lib.rs"

[features]
nightly = []

[dev-dependencies]
hyper = { version = "*" }