[dependencies]
[features]
alloc = []
cfg-target-has-atomic = []
default = ["std"]
std = ["alloc"]
unstable = []
[lib]
name = "futures_core"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
description = "The core traits and types in for the `futures` library.\n"
documentation = "https://docs.rs/futures-core/0.3.0"
edition = "2018"
homepage = "https://rust-lang-nursery.github.io/futures-rs"
license = "MIT OR Apache-2.0"
name = "futures-core"
repository = "https://github.com/rust-lang-nursery/futures-rs"
version = "0.3.1"