swc_html 32.0.0

HTML apis for rust
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 = "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"