swc/testing/Cargo.toml
Donny/강동윤 650e1494d4
fix: Migrate dependencies (#2307)
*:
 - Migrate from `log` to `tracing`. (#2284)
 - Migrate from `fxhash` to `rustc-hash`.

swc_common:
 - Add a cargo feature named `debug`.
2021-09-27 09:19:15 +00:00

21 lines
633 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Testing utilities for the swc project."
documentation = "https://rustdoc.swc.rs/testing/"
edition = "2018"
license = "Apache-2.0/MIT"
name = "testing"
repository = "https://github.com/swc-project/swc.git"
version = "0.14.0"
[dependencies]
ansi_term = "0.12.1"
difference = "2"
once_cell = "1"
pretty_assertions = "0.7.2"
regex = "1"
swc_common = {version = "0.13.0", path = "../common", features = ["tty-emitter"]}
testing_macros = {version = "0.2.0", path = "./macros"}
tracing = "0.1.28"
tracing-subscriber = {version = "0.2.24", features = ["env-filter"]}