maud/maud/Cargo.toml

26 lines
739 B
TOML
Raw Normal View History

2014-12-17 21:11:56 +13:00
[package]
2014-12-18 19:49:49 +13:00
name = "maud"
# When releasing a new version, please update html_root_url in src/lib.rs
2017-08-11 21:15:20 +12:00
version = "0.17.1"
2014-12-17 21:11:56 +13:00
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0"
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"]
[dependencies]
maud_htmlescape = { version = "0.17.0", path = "../maud_htmlescape" }
2017-08-11 21:15:20 +12:00
maud_macros = { version = "0.17.1", path = "../maud_macros" }
2017-01-29 12:36:36 +13:00
iron = { version = "0.5.1", optional = true }
rocket = { version = "0.3", optional = true }
2017-02-17 22:23:44 +13:00
[badges]
travis-ci = { repository = "lfairy/maud" }
[package.metadata.docs.rs]
all-features = true