Files
tokio/tokio-io/Cargo.toml
T
Carl Lerche b9db119b45 Move tokio-io into the git repository. (#96)
The crates remain separate, but are now developed in the same git
repository using cargo workspaces.

This facilitates making coordinated changes.
2018-01-31 21:06:42 -08:00

18 lines
452 B
TOML

[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"