1 Star 0 Fork 0

Bytedance Inc./protoc-gen-arkts

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
wanglijie.skin 提交于 2024-10-21 11:28 +08:00 . fix: cargo 1.8.x issue
[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" },
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ByteDance/protoc-gen-arkts.git
git@gitee.com:ByteDance/protoc-gen-arkts.git
ByteDance
protoc-gen-arkts
protoc-gen-arkts
main

搜索帮助