[package] name = "prest-html-macro" version = "0.1.0" authors = ["Chris Wong "] license = "MIT/Apache-2.0" documentation = "https://docs.rs/maud_macros/" homepage = "https://maud.lambda.xyz/" repository = "https://github.com/lambda-fairy/maud" description = "Compile-time HTML templates." edition = "2021" [dependencies] syn = "2" quote = "1.0.7" proc-macro2 = "1.0.23" proc-macro-error = { version = "1.0.0", default-features = false } [lib] path = "lib.rs" proc-macro = true