Files
tokio/tokio-io/Cargo.toml
T

18 lines
452 B
TOML
Raw Normal View History

[package]
name = "tokio-io"
version = "0.1.4"
authors = ["Alex Crichton <[email protected]>", "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"