[package]
name = "futures-core-preview"
version = "0.2.3"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang-nursery/futures-rs"
homepage = "https://github.com/rust-lang-nursery/futures-rs"
documentation = "https://docs.rs/futures-core"
description = """
The core traits and types in for the `futures` library.
"""
[lib]
name = "futures_core"
[features]
default = ["std"]
std = ["either/use_std"]
nightly = []
[dependencies]
either = { version = "1.4", default-features = false, optional = true }