swc_ecma_transforms_testing 41.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_testing"
version = "41.0.0"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
build = false
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_testing/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"

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

[[test]]
name = "visited"
path = "tests/visited.rs"

[dependencies.ansi_term]
version = "0.12.1"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.base64]
version = "0.22.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.serde]
version = "1.0.225"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10.8"

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

[dependencies.swc_ecma_ast]
version = "20.0.1"

[dependencies.swc_ecma_codegen]
version = "23.0.0"

[dependencies.swc_ecma_parser]
version = "34.0.0"

[dependencies.swc_ecma_testing]
version = "19.0.0"

[dependencies.swc_ecma_transforms_base]
version = "37.0.0"

[dependencies.swc_ecma_utils]
version = "26.0.1"

[dependencies.swc_ecma_visit]
version = "20.0.0"

[dependencies.swc_sourcemap]
version = "9.3.4"

[dependencies.tempfile]
version = "3.6.0"

[dependencies.testing]
version = "19.0.0"