blob: 1a09a27779ea59d51217a7833c90d8034ea2c21e [file] [log] [blame]
Jason Macnakea22e812020-03-18 01:29:19 +00001# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
Joel Galenson5d230bc2021-08-09 10:31:58 -07006# to registry (e.g., crates.io) dependencies.
Jason Macnakea22e812020-03-18 01:29:19 +00007#
Joel Galenson5d230bc2021-08-09 10:31:58 -07008# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
Jason Macnakea22e812020-03-18 01:29:19 +000011
12[package]
13edition = "2018"
14name = "futures-task"
Joel Galensonee828da2021-09-22 10:58:25 -070015version = "0.3.17"
Jason Macnakea22e812020-03-18 01:29:19 +000016authors = ["Alex Crichton <alex@alexcrichton.com>"]
17description = "Tools for working with tasks.\n"
18homepage = "https://rust-lang.github.io/futures-rs"
Haibo Huang0ea7c872021-02-09 17:15:58 -080019documentation = "https://docs.rs/futures-task/0.3"
Jason Macnakea22e812020-03-18 01:29:19 +000020license = "MIT OR Apache-2.0"
21repository = "https://github.com/rust-lang/futures-rs"
22[package.metadata.docs.rs]
23all-features = true
Joel Galenson01686cb2021-04-01 16:12:56 -070024
25[dependencies]
Jason Macnakea22e812020-03-18 01:29:19 +000026
Haibo Huang0ea7c872021-02-09 17:15:58 -080027[dev-dependencies]
28
Jason Macnakea22e812020-03-18 01:29:19 +000029[features]
30alloc = []
31cfg-target-has-atomic = []
32default = ["std"]
Joel Galenson01686cb2021-04-01 16:12:56 -070033std = ["alloc"]
Jason Macnakea22e812020-03-18 01:29:19 +000034unstable = []