html-minifier 1.1.2

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
#
# 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 = "html-minifier"
version = "1.1.2"
authors = ["Magic Len <len@magiclen.org>"]
description = "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."
homepage = "https://magiclen.org/html-minifier"
readme = "README.md"
keywords = ["html", "minify"]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/magiclen/html-minifier"
[dependencies.minifier]
version = "0.0.19"
[badges.appveyor]
branch = "master"
repository = "magiclen/html-minifier"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "magiclen/html-minifier"