swc/crates/swc_ecma_testing/Cargo.toml

23 lines
789 B
TOML
Raw Normal View History

[package]
2022-08-11 12:52:44 +03:00
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Testing utilities for ecmascript"
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-09-21 10:33:40 +03:00
version = "0.18.1"
[lib]
bench = false
[dependencies]
2022-08-11 12:52:44 +03:00
anyhow = "1"
hex = "0.4"
sha-1 = "0.10"
2022-09-16 09:46:25 +03:00
swc_atoms = { version = "0.4.15", path = "../swc_atoms" }
swc_common = { version = "0.28.8", path = "../swc_common" }
2022-09-20 06:51:28 +03:00
swc_ecma_ast = { version = "0.92.0", path = "../swc_ecma_ast" }
swc_ecma_codegen = { version = "0.125.0", path = "../swc_ecma_codegen" }
2022-09-16 09:46:25 +03:00
testing = { version = "0.30.8", path = "../testing" }