2018-01-12 10:53:06 +03:00
|
|
|
[package]
|
2019-10-25 04:11:24 +03:00
|
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
2018-11-18 08:00:07 +03:00
|
|
|
description = "Testing utilities for the swc project."
|
2021-03-31 07:09:10 +03:00
|
|
|
documentation = "https://rustdoc.swc.rs/testing/"
|
2019-12-02 11:10:06 +03:00
|
|
|
edition = "2018"
|
2020-09-06 09:09:02 +03:00
|
|
|
license = "Apache-2.0/MIT"
|
|
|
|
name = "testing"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
2021-10-19 11:25:57 +03:00
|
|
|
version = "0.15.1"
|
2018-01-12 10:53:06 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2020-09-06 09:09:02 +03:00
|
|
|
ansi_term = "0.12.1"
|
2020-02-13 05:45:14 +03:00
|
|
|
difference = "2"
|
2020-09-06 09:09:02 +03:00
|
|
|
once_cell = "1"
|
2021-07-30 04:11:27 +03:00
|
|
|
pretty_assertions = "0.7.2"
|
2020-09-06 09:09:02 +03:00
|
|
|
regex = "1"
|
2021-11-10 10:39:01 +03:00
|
|
|
swc_common = {version = "0.14.0", path = "../swc_common", features = ["tty-emitter"]}
|
|
|
|
testing_macros = {version = "0.2.0", path = "../testing_macros"}
|
2021-09-27 12:19:15 +03:00
|
|
|
tracing = "0.1.28"
|
|
|
|
tracing-subscriber = {version = "0.2.24", features = ["env-filter"]}
|