swc/ecmascript/transforms/macros/Cargo.toml

20 lines
561 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/"
2020-08-26 14:50:18 +03:00
edition = "2018"
license = "Apache-2.0/MIT"
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"
swc_macros_common = {version = "0.3.2", path = "../../../crates/swc_macros_common"}
syn = {version = "1", features = ["fold", "parsing", "full"]}