maud/maud/Cargo.toml
Brayden 70f55b9771 Update to Rocket 0.3 ()
Also fixes diff links in CHANGELOG.md.
2017-07-15 12:43:29 +12:00

23 lines
607 B
TOML

[package]
name = "maud"
# When releasing a new version, please update html_root_url in src/lib.rs
version = "0.16.2"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/maud/"
homepage = "https://maud.lambda.xyz/"
repository = "https://github.com/lfairy/maud"
description = "Compile-time HTML templates."
categories = ["template-engine"]
[dependencies]
iron = { version = "0.5.1", optional = true }
rocket = { version = "0.3", optional = true }
[badges]
travis-ci = { repository = "lfairy/maud" }
[package.metadata.docs.rs]
all-features = true