summaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 23a2529cd3a022b93cc08dbb3fc629da18b53fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "futures-macro"
version = "0.3.28"
edition = "2018"
rust-version = "1.56"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/futures-rs"
homepage = "https://rust-lang.github.io/futures-rs"
description = """
The futures-rs procedural macro implementations.
"""

[lib]
proc-macro = true

[features]

[dependencies]
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0.8", features = ["full"] }