blob: a929d0f1989f4a7c8f37f33e68b8f12a09567ce9 [file] [log] [blame]
[package]
name = "futures-macro"
version = "0.3.21"
edition = "2018"
rust-version = "1.45"
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 = "1.0.56", features = ["full"] }