blob: 764a692c24ab1370312da896efd440dd9a98b573 [file] [log] [blame]
[package]
name = "futures-task"
edition = "2018"
version = "0.3.13"
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"
description = """
Tools for working with tasks.
"""
[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]
[dev-dependencies]
futures = { path = "../futures" }
[package.metadata.docs.rs]
all-features = true