1[package]
2name = "futures-macro"
3version = "0.3.30"
4edition = "2018"
5rust-version = "1.56"
6license = "MIT OR Apache-2.0"
7repository = "https://github.com/rust-lang/futures-rs"
8homepage = "https://rust-lang.github.io/futures-rs"
9description = """
10The futures-rs procedural macro implementations.
11"""
12
13[lib]
14proc-macro = true
15
16[features]
17
18[dependencies]
19proc-macro2 = "1.0.60"
20quote = "1.0"
21syn = { version = "2.0.8", features = ["full"] }
22