[package] authors = ["강동윤 ", "OJ Kwon "] 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.16" [lib] bench = false proc-macro = true [dependencies] proc-macro2 = "1" quote = "1" syn = { version = "2", features = ["full"] }