html-minifier 5.0.2

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
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.89"
name = "html-minifier"
version = "5.0.2"
authors = ["Magic Len <len@magiclen.org>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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."
homepage = "https://magiclen.org/html-minifier"
readme = "README.md"
keywords = [
    "html",
    "minify",
    "script",
    "style",
]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/magiclen/html-minifier"

[lib]
name = "html_minifier"
path = "src/lib.rs"

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

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

[dependencies.minifier]
version = "0.3"
default-features = false

[dependencies.str-utils]
version = "0.3"