[package]
name = "tokio-core"
version = "0.1.9"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Core I/O and event loop primitives for asynchronous I/O in Rust. Foundation for\nthe rest of the tokio crates.\n"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-core/0.1"
categories = ["asynchronous"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tokio-core"
[dependencies.scoped-tls]
version = "0.1.0"
[dependencies.futures]
version = "0.1.14"
[dependencies.tokio-io]
version = "0.1"
[dependencies.slab]
version = "0.3"
[dependencies.bytes]
version = "0.4"
[dependencies.iovec]
version = "0.1"
[dependencies.mio]
version = "0.6.9"
[dependencies.log]
version = "0.3"
[dev-dependencies.env_logger]
version = "0.4"
default-features = false
[dev-dependencies.libc]
version = "0.2"
[badges.travis-ci]
repository = "tokio-rs/tokio-core"
[badges.appveyor]
repository = "alexcrichton/tokio-core"