askama_warp 0.10.0

Warp integration for Askama templates
Documentation
[dependencies.askama]
features = ["with-warp", "mime", "mime_guess"]
version = "0.10"

[dependencies.warp]
default-features = false
version = "0.2"
[dev-dependencies.tokio]
features = ["macros"]
version = "0.2"

[dev-dependencies.tokio-test]
version = "0.2"

[package]
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Bjørn Madsen <bm@aeons.dk>"]
categories = ["template-engine"]
description = "Warp integration for Askama templates"
documentation = "https://docs.rs/askama"
edition = "2018"
homepage = "https://github.com/djc/askama"
keywords = ["markup", "template", "jinja2", "html"]
license = "MIT OR Apache-2.0"
name = "askama_warp"
readme = "README.md"
repository = "https://github.com/djc/askama"
version = "0.10.0"