[package] name = "futures-macro" edition = "2018" version = "0.3.16" authors = ["Taylor Cramer ", "Taiki Endo "] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-lang/futures-rs" homepage = "https://rust-lang.github.io/futures-rs" documentation = "https://docs.rs/futures-macro/0.3" description = """ The futures-rs procedural macro implementations. """ [lib] proc-macro = true [features] [build-dependencies] autocfg = "1" [dependencies] proc-macro2 = "1.0" proc-macro-hack = "0.5.19" quote = "1.0" syn = { version = "1.0.56", features = ["full"] }