[package] authors = ["강동윤 "] description = "SDK for authoring swc plugin" documentation = "https://rustdoc.swc.rs/swc_plugin/" edition = "2018" license = "Apache-2.0" name = "swc_plugin" repository = "https://github.com/swc-project/swc.git" version = "0.90.1" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [lib] bench = false [dependencies] once_cell = { workspace = true }