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