swc_html_codegen 20.0.0

HTML code generator for the swc project
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_codegen"
version = "20.0.0"
authors = [
    "강동윤 <kdy1997.dev@gmail.com>",
    "Alexander Akait <sheo13666q@gmail.com>",
]
build = false
include = [
    "Cargo.toml",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML code generator for the swc project"
documentation = "https://rustdoc.swc.rs/swc_html_codegen/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"

[lib]
name = "swc_html_codegen"
path = "src/lib.rs"
bench = false

[dependencies.auto_impl]
version = "1.2.0"

[dependencies.bitflags]
version = "2.5.0"

[dependencies.rustc-hash]
version = "2"

[dependencies.swc_atoms]
version = "9.0.0"

[dependencies.swc_common]
version = "19.0.0"

[dependencies.swc_html_ast]
version = "19.0.0"

[dependencies.swc_html_codegen_macros]
version = "1.0.1"

[dependencies.swc_html_utils]
version = "16.0.0"

[dev-dependencies.swc_common]
version = "19.0.0"
features = ["sourcemap"]

[dev-dependencies.swc_html_parser]
version = "19.0.0"

[dev-dependencies.swc_html_visit]
version = "19.0.0"

[dev-dependencies.testing]
version = "20.0.0"