swc/crates/testing/Cargo.toml
2023-12-08 07:18:16 +00:00

31 lines
929 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Testing utilities for the swc project."
documentation = "https://rustdoc.swc.rs/testing/"
edition = "2021"
license = "Apache-2.0"
name = "testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.35.14"
[lib]
bench = false
[dependencies]
ansi_term = "0.12.1"
cargo_metadata = "0.15.4"
difference = "2"
once_cell = "1.18.0"
pretty_assertions = "1.3"
regex = "1"
serde = "1"
serde_json = "1"
tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
swc_common = { version = "0.33.12", path = "../swc_common", features = [
"tty-emitter",
] }
swc_error_reporters = { version = "0.17.12", path = "../swc_error_reporters" }
testing_macros = { version = "0.2.12", path = "../testing_macros" }