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]
13edition = "2018"
14rust-version = "1.56"
15name = "futures-macro"
16version = "0.3.31"
17build = false
18autobins = false
19autoexamples = false
20autotests = false
21autobenches = false
22description = """
23The futures-rs procedural macro implementations.
24"""
25homepage = "https://rust-lang.github.io/futures-rs"
26readme = false
27license = "MIT OR Apache-2.0"
28repository = "https://github.com/rust-lang/futures-rs"
29
30[lib]
31name = "futures_macro"
32path = "src/lib.rs"
33proc-macro = true
34
35[dependencies.proc-macro2]
36version = "1.0.60"
37
38[dependencies.quote]
39version = "1.0"
40
41[dependencies.syn]
42version = "2.0.52"
43features = ["full"]
44
45[features]
46
47[lints.rust]
48missing_debug_implementations = "warn"
49rust_2018_idioms = "warn"
50single_use_lifetimes = "warn"
51unreachable_pub = "warn"
52
53[lints.rust.unexpected_cfgs]
54level = "warn"
55priority = 0
56check-cfg = ["cfg(futures_sanitizer)"]
57