blob: 29134f2954a06a0c38965123e5ca2ef1ab11dc5d [file] [log] [blame]
[package]
name = "futures-core"
edition = "2018"
version = "0.3.17"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
documentation = "https://docs.rs/futures-core/0.3"
description = """
The core traits and types in for the `futures` library.
"""
[features]
default = ["std"]
std = ["alloc"]
alloc = []
# These features are no longer used.
# TODO: remove in the next major version.
unstable = []
cfg-target-has-atomic = []
[dependencies]
[dev-dependencies]
futures = { path = "../futures" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]