[package]
name = "html5minify"
version = "0.3.3"
authors = ["Martin Gallagher "]
edition = "2018"
description = "HTML5 minifier implementation based on Servo's html5ever."
homepage = "https://martingallagher.com/"
repository = "https://github.com/martingallagher/html5minify.git"
documentation = "https://docs.rs/html5minify/"
readme = "README.md"
keywords = ["minify", "minifier", "minification", "html", "html5"]
license = "MIT"
exclude = [".github", ".gitignore"]
[dependencies]
html5ever = "0.25"
markup5ever_rcdom = "0.1"
[dev-dependencies]
criterion = "0.3"
glob = "0.3"
[[bench]]
name = "default"
harness = false