min-html 0.18.4

Extremely fast and smart HTML + JS + CSS minifier
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 = "2018"
name = "min-html"
version = "0.18.4"
authors = ["QQSHI13"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extremely fast and smart HTML + JS + CSS minifier"
homepage = "https://github.com/QQSHI13/min-html"
readme = "README.md"
keywords = [
    "html",
    "compress",
    "minifier",
    "js",
    "css",
]
categories = [
    "compression",
    "development-tools::build-utils",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/QQSHI13/min-html.git"
resolver = "2"

[badges.maintenance]
status = "actively-developed"

[features]
default = ["lightningcss"]
lightningcss = ["dep:lightningcss"]

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

[dependencies.ahash]
version = "0.8"

[dependencies.aho-corasick]
version = "1.1"

[dependencies.lightningcss]
version = "1.0.0-alpha.68"
optional = true

[dependencies.memchr]
version = "2"

[dependencies.min-html-common]
version = "0.0.5"

[dependencies.once_cell]
version = "1.21"

[dependencies.oxc_allocator]
version = "0.144"

[dependencies.oxc_codegen]
version = "0.144"

[dependencies.oxc_minifier]
version = "0.144"

[dependencies.oxc_parser]
version = "0.144"

[dependencies.oxc_span]
version = "0.144"