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