ructe 0.6.2

Rust Compiled Templates, efficient type-safe web page 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]
name = "ructe"
version = "0.6.2"
authors = ["Rasmus Kaj <kaj@kth.se>"]
description = "Rust Compiled Templates, efficient type-safe web page templates."
documentation = "https://docs.rs/ructe"
readme = "README.md"
keywords = ["web", "templating", "html"]
categories = ["template-engine", "web-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/kaj/ructe"
[dependencies.base64]
version = "^0.10.0"

[dependencies.bytecount]
version = "0.5.1"

[dependencies.itertools]
version = "^0.8.0"

[dependencies.lazy_static]
version = "1.0"

[dependencies.md5]
version = "0.6"

[dependencies.mime]
version = "0.3"
optional = true

[dependencies.nom]
version = "4.1.1"
features = ["verbose-errors"]

[dependencies.rsass]
version = "0.9.8"
optional = true

[dependencies.warp]
version = "0.1.9"
optional = true

[features]
mime02 = []
mime03 = ["mime"]
sass = ["rsass"]
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "kaj/ructe"