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-06-29 10:11:22 +03:00
|
|
|
version = "0.10.6"
|
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"
|
|
|
|
env_logger = "0.7.1"
|
2020-09-06 09:09:02 +03:00
|
|
|
log = "0.4"
|
|
|
|
once_cell = "1"
|
2020-08-03 19:33:23 +03:00
|
|
|
pretty_assertions = "0.6.1"
|
2020-09-06 09:09:02 +03:00
|
|
|
regex = "1"
|
2021-04-11 09:09:27 +03:00
|
|
|
swc_common = {version = "0.10.16", path = "../common", features = ["tty-emitter"]}
|
2020-11-22 12:14:22 +03:00
|
|
|
testing_macros = {version = "0.1", path = "./macros"}
|