swc_ecma_transforms_optimization 38.0.0

rust port of babel and closure compiler.
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_transforms_optimization"
version = "38.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 = "rust port of babel and closure compiler."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_optimization/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"

[features]
concurrent = [
    "swc_common/concurrent",
    "swc_ecma_transforms_base/concurrent",
]
debug = []

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

[dependencies.bytes-str]
version = "0.2.5"

[dependencies.dashmap]
version = "5.5.3"

[dependencies.indexmap]
version = "2.0.0"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.par-core]
version = "2.0.0"
default-features = false

[dependencies.petgraph]
version = "0.7.1"

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

[dependencies.serde_json]
version = "1.0.140"

[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_parser]
version = "33.0.0"
features = ["typescript"]
default-features = false

[dependencies.swc_ecma_transforms_base]
version = "36.0.0"

[dependencies.swc_ecma_utils]
version = "26.0.0"

[dependencies.swc_ecma_visit]
version = "20.0.0"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.par-core]
version = "2.0.0"
features = ["chili"]
default-features = false

[dev-dependencies.swc_ecma_transforms_base]
version = "36.0.0"
features = ["inline-helpers"]

[dev-dependencies.swc_ecma_transforms_compat]
version = "41.0.0"

[dev-dependencies.swc_ecma_transforms_module]
version = "39.0.0"

[dev-dependencies.swc_ecma_transforms_proposal]
version = "36.0.0"

[dev-dependencies.swc_ecma_transforms_testing]
version = "39.0.0"

[dev-dependencies.swc_ecma_transforms_typescript]
version = "39.0.0"

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

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