mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
18 lines
411 B
TOML
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"
|