testing 20.0.0

Testing utilities 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 = "testing"
version = "20.0.0"
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testing utilities for the swc project."
documentation = "https://rustdoc.swc.rs/testing/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/swc-project/swc.git"

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

[dependencies.cargo_metadata]
version = "0.18.1"

[dependencies.difference]
version = "2"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.pretty_assertions]
version = "1.3"

[dependencies.regex]
version = "1.5.4"

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

[dependencies.serde]
version = "1.0.225"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.swc_common]
version = "19.0.0"
features = ["tty-emitter"]

[dependencies.swc_error_reporters]
version = "21.0.0"

[dependencies.testing_macros]
version = "1.0.1"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.20"
features = ["env-filter"]