[package] name = "leafwing_abilities_macros" description = "Macros for the `leafwing_abilities` crate" version = "0.3.0" license = "MIT OR Apache-2.0" edition = "2021" authors = ["Leafwing Studios"] homepage = "https://leafwing-studios.com/" repository = "https://github.com/leafwing-studios/leafwing_abilities" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = "1.0" quote = "1.0" proc-macro2 = "1.0" proc-macro-crate = "1.1"