1 | # 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 |
6 | # to registry (e.g., crates.io) dependencies. |
7 | # |
8 | # 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. |
11 | |
12 | [package] |
13 | edition = "2018" |
14 | rust-version = "1.56" |
15 | name = "futures-task" |
16 | version = "0.3.31" |
17 | build = false |
18 | autobins = false |
19 | autoexamples = false |
20 | autotests = false |
21 | autobenches = false |
22 | description = "" " |
23 | Tools for working with tasks. |
24 | " "" |
25 | homepage = "https://rust-lang.github.io/futures-rs" |
26 | readme = "README.md" |
27 | license = "MIT OR Apache-2.0" |
28 | repository = "https://github.com/rust-lang/futures-rs" |
29 | |
30 | [package.metadata.docs.rs] |
31 | all-features = true |
32 | |
33 | [lib] |
34 | name = "futures_task" |
35 | path = "src/lib.rs" |
36 | |
37 | [dependencies] |
38 | |
39 | [dev-dependencies] |
40 | |
41 | [features] |
42 | alloc = [] |
43 | cfg-target-has-atomic = [] |
44 | default = ["std"] |
45 | std = ["alloc"] |
46 | unstable = [] |
47 | |
48 | [lints.rust] |
49 | missing_debug_implementations = "warn" |
50 | rust_2018_idioms = "warn" |
51 | single_use_lifetimes = "warn" |
52 | unreachable_pub = "warn" |
53 | |
54 | [lints.rust.unexpected_cfgs] |
55 | level = "warn" |
56 | priority = 0 |
57 | check-cfg = ["cfg(futures_sanitizer)"] |
58 |