maud 0.21.0

Compile-time HTML templates.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "maud"
version = "0.21.0"
authors = ["Chris Wong <lambda.fairy@gmail.com>"]
description = "Compile-time HTML templates."
homepage = "https://maud.lambda.xyz/"
documentation = "https://docs.rs/maud/"
categories = ["template-engine"]
license = "MIT/Apache-2.0"
repository = "https://github.com/lfairy/maud"
[package.metadata.docs.rs]
all-features = true
[dependencies.actix-web]
version = "1.0.0"
optional = true
default-features = false

[dependencies.iron]
version = ">= 0.5.1, < 0.7.0"
optional = true

[dependencies.maud_htmlescape]
version = "0.17.0"

[dependencies.maud_macros]
version = "0.21.0"

[dependencies.rocket]
version = ">= 0.3, < 0.5"
optional = true
[dev-dependencies.compiletest_rs]
version = "0.3.19"
features = ["stable"]
[badges.travis-ci]
repository = "lfairy/maud"