2014-12-17 21:11:56 +13:00
|
|
|
[package]
|
|
|
|
|
2014-12-18 19:49:49 +13:00
|
|
|
name = "maud_macros"
|
2017-06-19 21:24:51 +12:00
|
|
|
# When releasing a new version, please update html_root_url in src/lib.rs
|
2018-05-02 20:49:17 +12:00
|
|
|
version = "0.17.4"
|
2014-12-17 21:11:56 +13:00
|
|
|
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
|
|
|
|
|
|
|
|
license = "MIT/Apache-2.0"
|
2017-06-19 21:24:51 +12:00
|
|
|
documentation = "https://docs.rs/maud_macros/"
|
2016-09-24 11:26:28 +12:00
|
|
|
homepage = "https://maud.lambda.xyz/"
|
2014-12-18 19:49:49 +13:00
|
|
|
repository = "https://github.com/lfairy/maud"
|
2017-02-17 22:23:44 +13:00
|
|
|
description = "Compile-time HTML templates."
|
2014-12-17 21:11:56 +13:00
|
|
|
|
2016-12-29 12:20:08 +13:00
|
|
|
[dependencies]
|
2017-07-23 14:00:49 +12:00
|
|
|
literalext = { version = "0.1", default-features = false, features = ["proc-macro"] }
|
2018-05-17 20:38:44 +12:00
|
|
|
matches = "0.1.6"
|
2017-07-29 19:20:33 +12:00
|
|
|
maud_htmlescape = { version = "0.17.0", path = "../maud_htmlescape" }
|
2014-12-17 21:11:56 +13:00
|
|
|
|
|
|
|
[lib]
|
2014-12-18 19:49:49 +13:00
|
|
|
name = "maud_macros"
|
2017-07-07 22:59:20 +12:00
|
|
|
proc-macro = true
|
2017-02-17 22:23:44 +13:00
|
|
|
|
|
|
|
[badges]
|
|
|
|
travis-ci = { repository = "lfairy/maud" }
|