[package] name = "axohtml-macros" version = "0.4.1" edition = "2018" authors = ["Axo Developer Co ", "Bodil Stokke "] build = "build.rs" license = "MPL-2.0+" description = "Type checked JSX for Rust (proc_macro crate)" repository = "https://github.com/axodotdev/axohtml" documentation = "http://docs.rs/axohtml/" readme = "../README.md" categories = ["template-engine", "web-programming"] keywords = ["jsx", "html"] [lib] proc-macro = true [dependencies] lalrpop-util = "0.19" ansi_term = "0.12.0" proc-macro2 = "1.0.49" quote = "1.0.2" [build-dependencies] lalrpop = "0.19" version_check = "0.9.1"