swc_ecma_codegen 22.0.0

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

[features]
serde-impl = ["swc_ecma_ast/serde"]

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

[dependencies.ascii]
version = "1.1.0"

[dependencies.compact_str]
version = "0.7.1"

[dependencies.dragonbox_ecma]
version = "0.1.0"

[dependencies.memchr]
version = "2.6.1"

[dependencies.num-bigint]
version = "0.4.3"
features = ["serde"]

[dependencies.once_cell]
version = "1.19.0"

[dependencies.regex]
version = "1.5.4"

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

[dependencies.serde]
version = "1.0.225"

[dependencies.swc_allocator]
version = "4.0.1"
features = ["hashbrown"]
default-features = false

[dependencies.swc_atoms]
version = "9.0.0"

[dependencies.swc_common]
version = "18.0.1"

[dependencies.swc_ecma_ast]
version = "20.0.0"

[dependencies.swc_ecma_codegen_macros]
version = "2.0.2"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.base64]
version = "0.22.1"

[dev-dependencies.codspeed-criterion-compat]
version = "3.0.4"

[dev-dependencies.serde_json]
version = "1.0.140"

[dev-dependencies.swc_allocator]
version = "4.0.1"

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

[dev-dependencies.swc_ecma_parser]
version = "33.0.0"

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

[dev-dependencies.swc_malloc]
version = "1.2.4"

[dev-dependencies.swc_sourcemap]
version = "9.3.4"

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(swc_ast_unknown)"]