Files
tokio/tokio-io/Cargo.toml
T

18 lines
411 B
TOML

[package]
name = "tokio-io"
version = "0.1.5"
authors = ["Carl Lerche <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/tokio-rs/tokio-io"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-io/0.1"
description = """
Core I/O primitives for asynchronous I/O in Rust.
"""
categories = ["asynchronous"]
[dependencies]
bytes = "0.4"
futures = "0.1.11"
log = "0.4"