[package] authors = ["강동윤 "] description = "Rust plugin system for AST processing" edition = "2018" include = ["Cargo.toml", "src/**/*.rs"] license = "Apache-2.0" name = "rplugin" repository = "https://github.com/swc-project/swc.git" version = "0.3.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] abi_stable = "0.10.3" rplugin_macros = {version = "0.1.1", path = "../rplugin_macros"} string_cache = "0.8.2" swc_common = {version = "0.15.0", path = "../swc_common", features = ["plugin-base"]}