futures-io-preview 0.3.0-alpha.15

The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
[package]
name = "futures-io-preview"
edition = "2018"
version = "0.3.0-alpha.15"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang-nursery/futures-rs"
homepage = "https://rust-lang-nursery.github.io/futures-rs"
documentation = "https://rust-lang-nursery.github.io/futures-api-docs/0.3.0-alpha.15/futures_io"
description = """
The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
"""

[lib]
name = "futures_io"

[features]
std = ["futures-core-preview/std", "iovec"]
default = ["std"]

[dependencies]
futures-core-preview = { path = "../futures-core", version = "=0.3.0-alpha.15", default-features = false }
iovec = { version = "0.1", optional = true }