代码拉取完成,页面将自动刷新
[package]
name = "analyzer"
version = "1.0.0"
edition = "2021"
[workspace]
members = [
"commonlib",
"formatter",
"new_differ",
"afterwork",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
commonlib = {path = "./commonlib" }
# 序列化库
serde = { version = "1.0.126", features = ["derive", "rc"] }
serde_json = "1.0.68"
serde_derive = "1.0.126"
# string相似度
strsim = "0.10.0"
# Python的FFI
pyo3 = { version = "0.16.2", features = ["auto-initialize"] }
# 增强语言功能
rand = "0.8.4" # 随机数
regex = "1.5.4" # 正则
libc = "0.2.107" # C链接
dashmap = "5.0.0" # 多线程HashMap
scan_fmt = "0.2.6" # scan
parking_lot = "0.12.0" # 多线程基础工具库
crossbeam = "0.8.1" # 多线程基础工具库
scopeguard = "1.1.0" # ScopeGuard
lazy_static = "1.4.0" # static库
derive-getters = "0.2.0" # 自动生成getter
typed-builder = "0.10.0" # 建造者模式
[dependencies.gc] # GC
version = "0.4.1"
features = ["derive"]
[dependencies.tokio] # 异步框架
version = "1.17.0"
features = ["full"]
[dependencies.actix-web]
version = "4"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。