[dependencies]
futures = "0.1.11"
log = "0.3.6"
net2 = "0.2"
rand = "0.3.14"
slab = "0.3"
smallvec = "0.2.0"
take = "0.1.0"
tokio-core = "0.1.5"
tokio-io = "0.1"
tokio-service = "0.1"
[dev-dependencies]
bytes = "0.4"
env_logger = "0.3.0"
lazycell = "0.4.0"
mio = "0.6"
[package]
authors = ["Carl Lerche <me@carllerche.com>"]
description = """
A network application framework for rapid development and highly scalable
production deployments of clients and servers.
"""
documentation = "https://docs.rs/tokio-proto/0.1"
exclude = [".gitignore", ".travis.yml", "deploy.sh", "test/**/*"]
homepage = "https://tokio.rs"
keywords = ["io", "async", "non-blocking", "futures"]
license = "MIT/Apache-2.0"
name = "tokio-proto"
readme = "README.md"
repository = "https://github.com/tokio-rs/tokio-proto"
version = "0.1.1"