swc/crates/swc_ecma_ext_transforms/Cargo.toml

21 lines
721 B
TOML
Raw Normal View History

2020-09-18 08:29:50 +03:00
[package]
2022-08-11 12:52:44 +03:00
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Extensions for @swc/core (nodejs)"
documentation = "https://rustdoc.swc.rs/swc_ecma_ext_transforms/"
2022-08-11 12:52:44 +03:00
edition = "2021"
license = "Apache-2.0"
name = "swc_ecma_ext_transforms"
2023-06-21 06:18:22 +03:00
version = "0.105.5"
2020-09-18 08:29:50 +03:00
[lib]
bench = false
2020-09-18 08:29:50 +03:00
[dependencies]
phf = { version = "0.10", features = ["macros"] }
2023-05-16 08:18:57 +03:00
swc_atoms = { version = "0.5.6", path = "../swc_atoms" }
2023-05-30 08:18:06 +03:00
swc_common = { version = "0.31.12", path = "../swc_common" }
2023-06-19 08:51:51 +03:00
swc_ecma_ast = { version = "0.106.2", path = "../swc_ecma_ast" }
2023-06-21 06:18:22 +03:00
swc_ecma_utils = { version = "0.119.5", path = "../swc_ecma_utils" }
2023-06-19 08:51:51 +03:00
swc_ecma_visit = { version = "0.92.1", path = "../swc_ecma_visit" }