2014-12-17 21:11:56 +13:00
|
|
|
[package]
|
|
|
|
|
2014-12-18 19:49:49 +13:00
|
|
|
name = "maud"
|
2017-06-19 21:24:51 +12:00
|
|
|
# When releasing a new version, please update html_root_url in src/lib.rs
|
2017-11-19 20:10:08 +13:00
|
|
|
version = "0.17.2"
|
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/"
|
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."
|
|
|
|
categories = ["template-engine"]
|
2016-09-23 19:22:22 +12:00
|
|
|
|
|
|
|
[dependencies]
|
2017-07-29 19:20:33 +12:00
|
|
|
maud_htmlescape = { version = "0.17.0", path = "../maud_htmlescape" }
|
2017-11-19 20:10:08 +13:00
|
|
|
maud_macros = { version = "0.17.2", path = "../maud_macros" }
|
2017-11-07 18:45:06 +02:00
|
|
|
iron = { version = ">= 0.5.1, < 0.7.0", optional = true }
|
2017-07-14 17:43:29 -07:00
|
|
|
rocket = { version = "0.3", optional = true }
|
2017-02-17 22:23:44 +13:00
|
|
|
|
2017-10-07 14:45:06 +13:00
|
|
|
[dev-dependencies]
|
2017-11-19 20:10:08 +13:00
|
|
|
maud_lints = { version = "0.17.0", path = "../maud_lints" }
|
2017-10-07 14:45:06 +13:00
|
|
|
|
2017-02-17 22:23:44 +13:00
|
|
|
[badges]
|
|
|
|
travis-ci = { repository = "lfairy/maud" }
|
2017-06-19 21:24:51 +12:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
all-features = true
|