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