[package]
name = "min-html"
description = "Extremely fast and smart HTML + JS + CSS minifier"
license = "MIT"
homepage = "https://github.com/QQSHI13/min-html"
readme = "README.md"
keywords = ["html", "compress", "minifier", "js", "css"]
categories = ["compression", "development-tools::build-utils", "web-programming"]
repository = "https://github.com/QQSHI13/min-html.git"
version = "0.18.4"
authors = ["QQSHI13"]
edition = "2018"
[badges]
maintenance = { status = "actively-developed" }
[dependencies]
ahash = "0.8"
aho-corasick = "1.1"
lightningcss = { version = "1.0.0-alpha.68", optional = true }
memchr = "2"
min-html-common = { version = "0.0.5", path = "../min-html-common" }
once_cell = "1.21"
oxc_allocator = "0.144"
oxc_codegen = "0.144"
oxc_minifier = "0.144"
oxc_parser = "0.144"
oxc_span = "0.144"
[features]
default = ["lightningcss"]
lightningcss = ["dep:lightningcss"]