[package]
name = "streamunordered"
version = "0.4.0"
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
description = "An efficient async stream multiplexer"
homepage = "https://github.com/jonhoo/streamunordered"
readme = "README.md"
categories = ["asynchronous"]
license = "MIT/Apache-2.0"
repository = "https://github.com/jonhoo/streamunordered.git"
[dependencies.futures]
version = "0.1.21"
[dependencies.slab]
version = "0.4.0"
[dev-dependencies.async-bincode]
version = "0.4.3"
[dev-dependencies.bincode]
version = "1.0.0"
[dev-dependencies.tokio]
version = "0.1"
[badges.travis-ci]
repository = "jonhoo/streamunordered"