1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies 7# 8# If you believe there's an error in this file please file an 9# issue against the rust-lang/cargo repository. If you're 10# editing this file be aware that the upstream Cargo.toml 11# will likely look very different (and much more reasonable) 12 13[package] 14edition = "2018" 15name = "futures-macro" 16version = "0.3.13" 17authors = ["Taylor Cramer <cramertj@google.com>", "Taiki Endo <te316e89@gmail.com>"] 18description = "The futures-rs procedural macro implementations.\n" 19homepage = "https://rust-lang.github.io/futures-rs" 20documentation = "https://docs.rs/futures-macro/0.3" 21license = "MIT OR Apache-2.0" 22repository = "https://github.com/rust-lang/futures-rs" 23 24[lib] 25proc-macro = true 26[dependencies.proc-macro-hack] 27version = "0.5.19" 28 29[dependencies.proc-macro2] 30version = "1.0" 31 32[dependencies.quote] 33version = "1.0" 34 35[dependencies.syn] 36version = "1.0" 37features = ["full"] 38 39[features] 40