blob: 67af1cc894557de2e719449c3297a766bf0ec2a2 [file] [log] [blame]
[package]
name = "futures-task"
version = "0.3.25"
edition = "2018"
rust-version = "1.45"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
description = """
Tools for working with tasks.
"""
[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