html-minifier 2.0.7

This library 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>`, `<code>` and `<textarea>` elements.
Documentation
[badges.travis-ci]
branch = "master"
repository = "magiclen/html-minifier"
[dependencies.cow-utils]
version = "0.1"

[dependencies.educe]
default-features = false
features = ["Debug", "Default"]
version = ">=0.4"

[dependencies.html-escape]
version = "0.2"

[dependencies.minifier]
version = "0.0.36"

[dependencies.utf8-width]
version = "0.1"

[features]
default = ["std"]
std = []

[package]
authors = ["Magic Len <len@magiclen.org>"]
categories = ["no-std", "encoding"]
description = "This library 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>`, `<code>` and `<textarea>` elements."
edition = "2018"
homepage = "https://magiclen.org/html-minifier"
include = ["src/**/*", "Cargo.toml"]
keywords = ["html", "minify", "sctipt", "style"]
license = "MIT"
name = "html-minifier"
readme = "README.md"
repository = "https://github.com/magiclen/html-minifier"
version = "2.0.7"