2022-05-25 09:23:35 +03:00
|
|
|
[package]
|
2022-08-11 12:52:44 +03:00
|
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
|
|
description = "Testing utilities for ecmascript"
|
2022-05-25 09:23:35 +03:00
|
|
|
documentation = "https://rustdoc.swc.rs/swc_ecma_testing/"
|
2022-08-11 12:52:44 +03:00
|
|
|
edition = "2021"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
name = "swc_ecma_testing"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
2022-08-17 08:28:18 +03:00
|
|
|
version = "0.14.5"
|
2022-05-25 09:23:35 +03:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
bench = false
|
|
|
|
|
|
|
|
[dependencies]
|
2022-08-11 12:52:44 +03:00
|
|
|
anyhow = "1"
|
|
|
|
hex = "0.4"
|
|
|
|
sha-1 = "0.10"
|
2022-08-13 13:11:26 +03:00
|
|
|
swc_atoms = { version = "0.4.5", path = "../swc_atoms" }
|
2022-08-14 10:48:15 +03:00
|
|
|
swc_common = { version = "0.27.7", path = "../swc_common" }
|
2022-08-17 08:28:18 +03:00
|
|
|
swc_ecma_ast = { version = "0.90.10", path = "../swc_ecma_ast" }
|
|
|
|
swc_ecma_codegen = { version = "0.121.5", path = "../swc_ecma_codegen" }
|
2022-08-13 13:11:26 +03:00
|
|
|
testing = { version = "0.29.4", path = "../testing" }
|