2020-08-26 14:50:18 +03:00
|
|
|
[package]
|
2023-03-24 07:46:42 +03:00
|
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
|
|
description = "Macros for swc_ecma_transforms."
|
2021-03-31 07:09:10 +03:00
|
|
|
documentation = "https://rustdoc.swc.rs/swc_ecma_transforms_macros/"
|
2023-03-24 07:46:42 +03:00
|
|
|
edition = "2021"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
name = "swc_ecma_transforms_macros"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
2023-08-29 08:06:03 +03:00
|
|
|
version = "0.5.3"
|
2020-08-26 14:50:18 +03:00
|
|
|
|
|
|
|
[lib]
|
2023-03-24 07:46:42 +03:00
|
|
|
bench = false
|
2020-08-26 14:50:18 +03:00
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2023-06-21 18:38:46 +03:00
|
|
|
pmutil = "0.6.1"
|
2020-09-21 16:53:48 +03:00
|
|
|
proc-macro2 = "1"
|
2023-03-24 07:46:42 +03:00
|
|
|
quote = "1"
|
2023-06-21 18:38:46 +03:00
|
|
|
syn = { version = "2", features = ["fold", "parsing", "full"] }
|
2023-03-24 07:46:42 +03:00
|
|
|
|
2023-06-21 18:44:11 +03:00
|
|
|
swc_macros_common = { version = "0.3.8", path = "../swc_macros_common" }
|