futures-util 0.2.1

Common utilities and extension 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-util"
version = "0.2.1"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "Common utilities and extension traits for the futures-rs library.\n"
homepage = "https://github.com/rust-lang-nursery/futures-rs"
documentation = "https://docs.rs/futures-core"
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang-nursery/futures-rs"
[dependencies.either]
version = "1.4"
default-features = false

[dependencies.futures-channel]
version = "0.2.1"
default-features = false

[dependencies.futures-core]
version = "0.2.1"
default-features = false

[dependencies.futures-io]
version = "0.2.1"
default-features = false

[dependencies.futures-sink]
version = "0.2.1"
default-features = false

[dev-dependencies]

[features]
bench = []
default = ["std", "futures-core/either", "futures-sink/either"]
std = ["futures-core/std", "futures-io/std", "futures-sink/std", "either/use_std"]