2018-10-25 07:17:05 +03:00
|
|
|
[package]
|
2023-03-24 07:46:42 +03:00
|
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
|
|
description = "Macros for swc_ecma_codegen."
|
2021-03-31 07:09:10 +03:00
|
|
|
documentation = "https://rustdoc.swc.rs/swc_ecma_codegen_macros/"
|
2023-03-24 07:46:42 +03:00
|
|
|
edition = "2021"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
name = "swc_ecma_codegen_macros"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
2024-04-29 03:56:21 +03:00
|
|
|
version = "0.7.6"
|
2018-10-25 07:17:05 +03:00
|
|
|
|
|
|
|
[lib]
|
2023-03-24 07:46:42 +03:00
|
|
|
bench = false
|
2018-10-25 07:17:05 +03:00
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2024-04-29 03:54:45 +03:00
|
|
|
proc-macro2 = { workspace = true }
|
2018-10-25 07:17:05 +03:00
|
|
|
|
2024-04-29 03:56:21 +03:00
|
|
|
swc_macros_common = { version = "0.3.11", path = "../swc_macros_common" }
|
2018-10-25 07:17:05 +03:00
|
|
|
|
2024-04-29 03:54:45 +03:00
|
|
|
[dependencies.syn]
|
|
|
|
features = ["fold"]
|
|
|
|
workspace = true
|
2023-03-24 07:46:42 +03:00
|
|
|
|
2024-04-29 03:54:45 +03:00
|
|
|
[dependencies.quote]
|
|
|
|
workspace = true
|