blob: c65433fe198dd3930a3a0f0da620e2d2dab59420 [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"
David LeGarec8d44d92022-03-02 16:21:25 +000014rust-version = "1.45"
Jason Macnakea22e812020-03-18 01:29:19 +000015name = "futures-task"
David LeGarec8d44d92022-03-02 16:21:25 +000016version = "0.3.21"
17description = """
18Tools for working with tasks.
19"""
Jason Macnakea22e812020-03-18 01:29:19 +000020homepage = "https://rust-lang.github.io/futures-rs"
Jason Macnakea22e812020-03-18 01:29:19 +000021license = "MIT OR Apache-2.0"
22repository = "https://github.com/rust-lang/futures-rs"
David LeGarec8d44d92022-03-02 16:21:25 +000023
Jason Macnakea22e812020-03-18 01:29:19 +000024[package.metadata.docs.rs]
25all-features = true
Joel Galenson01686cb2021-04-01 16:12:56 -070026
27[dependencies]
Jason Macnakea22e812020-03-18 01:29:19 +000028
Haibo Huang0ea7c872021-02-09 17:15:58 -080029[dev-dependencies]
30
Jason Macnakea22e812020-03-18 01:29:19 +000031[features]
32alloc = []
33cfg-target-has-atomic = []
34default = ["std"]
Joel Galenson01686cb2021-04-01 16:12:56 -070035std = ["alloc"]
Jason Macnakea22e812020-03-18 01:29:19 +000036unstable = []