[package] name = "lexpr-macros" description = "Internal crate implementing macros exposed by the `lexpr` crate" version = "0.2.2" authors = ["Andreas Rottmann "] license = "MIT OR Apache-2.0" repository = "https://github.com/rotty/lexpr-rs" edition = "2018" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0"