[package] name = "alkahest-proc" version = "0.3.0" authors = ["Zakarum "] edition = "2018" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/alkahest-proc" homepage = "https://github.com/zakarumych/alkahest-proc" repository = "https://github.com/zakarumych/alkahest-proc" readme = "../README.md" description = "Procedural macros for 'alkahest-proc' crate" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" syn = { version = "2.0", features = ["derive"] } quote = "1.0" proc-easy = { version = "0.3.0" }