[package]
name = "futures-core"
version = "0.2.0-beta"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "The core traits and types in for the `futures` 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"
optional = true
default-features = false
[dependencies.pin-api]
version = "0.2.1"
default-features = false
[features]
default = ["std"]
nightly = ["pin-api/nightly"]
std = ["either/use_std", "pin-api/std"]