[package]
name = "askama-plus-html5ever"
version = "0.2.1"
description = "Parse Askama templates, and tidy them up using html5ever"
authors = ["The html5ever Project Developers", "René Kijewski "]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Kijewski/askama-plus-html5ever"
keywords = ["markup", "template", "html"]
categories = [ "web-programming" ]
edition = "2018"
[dependencies]
askama = "0.11"
html5ever-arena-dom = { version = "0.1", path = "../html5ever-arena-dom" }