swc_html_utils 17.0.0

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

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

[dependencies.once_cell]
version = "1.19.0"

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

[dependencies.serde]
version = "1.0.225"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.swc_atoms]
version = "10.0.0"