[package] name = "xconstants-macros" version = "0.2.1" edition = "2021" description = "Macros for the xconstants crate" repository = "https://github.com/ellttBen/xconstants" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.86" quote = "1.0.36" syn = { version = "2.0.68", features = ["full"] }