swc/crates/swc_ecma_transforms_macros/Cargo.toml

20 lines
544 B
TOML
Raw Normal View History

2020-08-26 14:50:18 +03:00
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Macros for swc_ecma_transforms."
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_macros/"
2021-12-30 12:59:18 +03:00
edition = "2021"
2021-12-01 08:20:52 +03:00
license = "Apache-2.0"
name = "swc_ecma_transforms_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.3.0"
2020-08-26 14:50:18 +03:00
[lib]
proc-macro = true
[dependencies]
pmutil = "0.5.1"
proc-macro2 = "1"
quote = "1"
2021-11-10 13:00:54 +03:00
swc_macros_common = {version = "0.3.2", path = "../swc_macros_common"}
syn = {version = "1", features = ["fold", "parsing", "full"]}