[dependencies.bytes]
version = "0.4.10"
[dependencies.either]
optional = true
version = "1.5"
[dependencies.futures]
version = "0.1.23"
[dev-dependencies.tokio-mock-task]
version = "0.1.1"
[features]
default = ["util"]
util = ["bytes/either", "either"]
[package]
authors = ["Carl Lerche <me@carllerche.com>"]
categories = ["asynchronous"]
description = """
Asynchronous stream of byte buffers
"""
documentation = "https://docs.rs/tokio-buf/0.1.1/tokio_buf"
homepage = "https://tokio.rs"
license = "MIT"
name = "tokio-buf"
repository = "https://github.com/tokio-rs/tokio"
version = "0.1.1"