rplugin 0.3.0

Rust plugin system for AST processing
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
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"]}