[package]
name = "futures-io"
version = "0.2.0-alpha"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.\n"
homepage = "https://github.com/alexcrichton/futures-rs"
documentation = "https://docs.rs/futures-io"
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/futures-rs"
[dependencies.futures-core]
version = "0.2.0-alpha"
default-features = false
[dependencies.iovec]
version = "0.1"
optional = true
[features]
default = ["std"]
std = ["futures-core/std", "iovec"]