html-minifier 1.1.4

This tool can help you generate and minify your HTML code at the same time. It also supports to minify JS and CSS in `<style>`, `<script>` elements, and ignores the minification of `<pre>` elements.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "html-minifier"
version = "1.1.4"
dependencies = [
 "minifier",
]

[[package]]
name = "macro-utils"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e72f7deb758fea9ea7d290aebfa788763d0bffae12caa6406a25baaf8fa68a8"

[[package]]
name = "minifier"
version = "0.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9707d0ff1b828cba09c4bb27d5c3dceb6f49bd46f700042343bea350a131bf4f"
dependencies = [
 "macro-utils",
]