swc_html_minifier 0.142.2

HTML minifier
Documentation
[package]
authors = [
  "강동윤 <kdy1997.dev@gmail.com>",
  "Alexander Akait <sheo13666q@gmail.com>",
]
description = "HTML minifier"
documentation = "https://rustdoc.swc.rs/swc_html_minifier/"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs", "data/**/*.json"]
license = { workspace = true }
name = "swc_html_minifier"
repository = "https://github.com/swc-project/swc.git"
version = "0.142.2"

[lib]
bench = false

[dependencies]
once_cell  = { workspace = true }
serde      = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }

swc_atoms = { version = "0.6.5", path = "../swc_atoms" }
swc_cached = { version = "0.3.19", path = "../swc_cached" }
swc_common = { version = "0.36.0", path = "../swc_common" }
swc_css_ast = { version = "0.143.0", path = "../swc_css_ast" }
swc_css_codegen = { version = "0.154.0", path = "../swc_css_codegen" }
swc_css_minifier = { version = "0.119.0", path = "../swc_css_minifier" }
swc_css_parser = { version = "0.153.0", path = "../swc_css_parser" }
swc_ecma_ast = { version = "0.117.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.154.0", path = "../swc_ecma_codegen", features = [
  "serde-impl",
] }
swc_ecma_minifier = { version = "0.200.0", path = "../swc_ecma_minifier", features = [
  "extra-serde",
] }
swc_ecma_parser = { version = "0.148.0", path = "../swc_ecma_parser" }
swc_ecma_transforms_base = { version = "0.143.0", path = "../swc_ecma_transforms_base" }
swc_ecma_visit = { version = "0.103.0", path = "../swc_ecma_visit" }
swc_html_ast = { version = "0.36.0", path = "../swc_html_ast" }
swc_html_codegen = { version = "0.45.0", path = "../swc_html_codegen" }
swc_html_parser = { version = "0.42.0", path = "../swc_html_parser" }
swc_html_utils = { version = "0.21.0", path = "../swc_html_utils" }
swc_html_visit = { version = "0.36.0", path = "../swc_html_visit" }

[dev-dependencies]
codspeed-criterion-compat = { workspace = true }
criterion                 = { workspace = true }

swc_malloc = { version = "0.5.10", path = "../swc_malloc" }
testing    = { version = "0.38.0", path = "../testing" }

[[bench]]
harness = false
name    = "full"