swc/crates/swc_plugin_macro/Cargo.toml
2023-06-21 15:44:11 +00:00

19 lines
545 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>", "OJ Kwon <kwon.ohjoong@gmail.com>"]
description = "Macro support for authoring plugin's transform fn"
documentation = "https://rustdoc.swc.rs/swc_plugin_macro/"
edition = "2018"
license = "Apache-2.0"
name = "swc_plugin_macro"
repository = "https://github.com/swc-project/swc.git"
version = "0.9.15"
[lib]
bench = false
proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full"] }