maud/maud_macros/Cargo.toml
Isaac van Bakel f1f67e5aac Added compile tests to check keyword warning
compiletest_rs is now used to check that elements which have keyword
names are now warned against in a UI test.
compiletest_rs has been added as a build dependency.
2018-10-19 22:39:11 +01:00

27 lines
714 B
TOML

[package]
name = "maud_macros"
# When releasing a new version, please update html_root_url in src/lib.rs
version = "0.18.1"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/maud_macros/"
homepage = "https://maud.lambda.xyz/"
repository = "https://github.com/lfairy/maud"
description = "Compile-time HTML templates."
[dependencies]
literalext = { version = "0.1", default-features = false, features = ["proc-macro"] }
matches = "0.1.6"
maud_htmlescape = { version = "0.17.0", path = "../maud_htmlescape" }
[dev-dependencies]
compiletest_rs = "0.3.14"
[lib]
name = "maud_macros"
proc-macro = true
[badges]
travis-ci = { repository = "lfairy/maud" }