1[package] 2name = "futures-macro" 3version = "0.3.26" 4edition = "2018" 5rust-version = "1.45" 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" 20quote = "1.0" 21syn = { version = "1.0.56", features = ["full"] } 22