futures-io-preview 0.2.2

The `AsyncRead` and `AsyncWrite` traits for the futures-rs library.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[lib]
name = "futures_io"
[dependencies.futures-core-preview]
version = "0.2.2"
default-features = false

[dependencies.iovec]
version = "0.1"
optional = true

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