Files
Notes/notes-service/vendor/futures-task/Cargo.toml.orig
T
2026-08-01 16:11:49 +03:00

34 lines
692 B
TOML

[package]
name = "futures-task"
version = "0.3.33"
edition = "2018"
# NB: Sync with "Usage" section in README.md and util-msrv job in .github/workflows/ci.yml
rust-version = "1.71"
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
[lints]
workspace = true