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