blob: fdf27cab878ba7ac7c98894982dbae2cee74b11e [file] [log] [blame]
[package]
name = "futures-task"
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-task/0.3.5"
description = """
Tools for working with tasks.
"""
[features]
default = ["std"]
std = ["alloc", "once_cell"]
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]
once_cell = { version = "1.3.1", default-features = false, features = ["std"], optional = true }
[package.metadata.docs.rs]
all-features = true