swc/crates/rplugin/Cargo.toml

18 lines
595 B
TOML
Raw Normal View History

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Rust plugin system for AST processing"
edition = "2018"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0/MIT"
name = "rplugin"
repository = "https://github.com/swc-project/swc.git"
2021-11-29 21:55:52 +03:00
version = "0.2.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
abi_stable = "0.10.3"
2021-11-29 21:55:52 +03:00
rplugin_macros = {version = "0.1.1", path = "../rplugin_macros"}
string_cache = "0.8.2"
swc_common = {version = "0.14.6", path = "../swc_common", features = ["plugin-base"]}