代码拉取完成,页面将自动刷新
[package]
name = "protoc_gen_arkts"
version = "0.0.1"
authors = ["xingxing <wanglijie.skin@bytedance.com>"]
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
[[bin]]
name = "protoc-gen-arkts"
path = "src/main.rs"
[dependencies]
swc_atoms = "0.5.5"
swc_common = {version = "0.31.8", features = ["tty-emitter"]}
swc_ecma_ast = {version = "0.104.1", features=["serde-impl"]}
num-bigint = { version = "0.4", features = ["serde"] }
swc_ecma_codegen = "0.139.2"
swc_ecma_codegen_macros = "0.7.2"
swc_ecma_parser = "0.134.1"
swc_ecma_utils = "0.117.1"
serde = "1.0.163"
serde_json = "1.0.96"
triomphe = "0.1.8"
protobuf = "3.1.0"
once_cell = "1.17.1"
swc_ecma_visit = "0.90.4"
pathdiff = "0.2.1"
dashmap = "5.4.0"
crossbeam-utils = "0.8.15"
anyhow = "1.0.75"
wasm-bindgen = "0.2.88"
console_error_panic_hook = "0.1.7"
convert_case = "0.6.0"
cargo-patch = "0.3"
[build-dependencies]
protobuf-codegen = "3.1.0"
cargo-patch = "0.3.2"
swc_common = {version = "0.31.8", features = ["tty-emitter"]}
swc_ecma_ast = {version = "0.104.1", features=["serde-impl"]}
swc_ecma_parser = "0.134.1"
serde = "1.0.163"
serde_json = "1.0.96"
[dev-dependencies]
glob = "0.3.1"
cfg-if = "1.0.0"
protobuf-parse = "=3.4.0"
pretty_assertions_sorted = "1.2.3"
#[patch.crates-io]
#protobuf-parse = { path = './target/patch/protobuf-parse-3.4.0' }
[package.metadata.patch.protobuf-parse]
version = "3.4.0"
patches = [
{ path = "./patches/pure_mod.patch", source = "GithubPrDiff" },
]
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。