[package]
edition = "2021"
name = "swc_html"
version = "32.0.0"
authors = [
"강동윤 <kdy1997.dev@gmail.com>",
"Alexander Akait <sheo13666q@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML apis for rust"
documentation = "https://rustdoc.swc.rs/swc_html/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
minifier = []
[lib]
name = "swc_html"
path = "src/lib.rs"
bench = false
[dependencies.swc_html_ast]
version = "20.0.0"
[dependencies.swc_html_codegen]
version = "21.0.0"
[dependencies.swc_html_parser]
version = "20.0.0"
[dependencies.swc_html_visit]
version = "20.0.0"