blob: 92a176e60ef47ac1f76e9e8816206d99ecbed562 [file] [log] [blame]
[package]
name = "futures-core"
edition = "2018"
version = "0.3.5"
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.5"
description = """
The core traits and types in for the `futures` library.
"""
[features]
default = ["std"]
std = ["alloc"]
alloc = []
# Unstable features
# These features are outside of the normal semver guarantees and require the
# `unstable` feature as an explicit opt-in to unstable API.
unstable = []
cfg-target-has-atomic = []
[dependencies]
[package.metadata.docs.rs]
all-features = true