[package] authors = ["강동윤 "] description = "API for the swc plugins" documentation = "https://rustdoc.swc.rs/swc_plugin/" edition = "2021" license = "Apache-2.0" name = "swc_plugin_js_api" repository = "https://github.com/swc-project/swc.git" version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.41" serde = "1.0.126" serde_json = "1" swc_atoms = {version = "0.2.7", path = "../swc_atoms"} swc_common = {version = "0.16.0", path = "../swc_common", features = ["plugin-base"]}