加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
newproplus 提交于 2024-05-10 08:09 . update Cargo.toml
[package]
name = "enassi-rs-utils"
description = "Rust utils for enassi."
version = "1.0.0"
authors = ["newproplus <https://github.com/newproplus>"]
homepage = "https://github.com/enassi/enassi-rs-utils"
repository = "https://github.com/enassi/enassi-rs-utils"
edition = "2021"
license-file = "LICENSE"
readme = "README.md"
[dependencies]
anyhow = "^1.0"
base64 = "^0.21"
chrono = { version = "^0.4", features = ["unstable-locales"] }
crc32fast = "^1.3"
fs_extra = "^1.3"
lazy_static = "^1.4"
log = { version = "^0.4", features = ["std"] }
md5 = "^0.7"
reqwest = { version = "^0.11", features = ["json"] }
serde = { version = "^1.0", features = ["derive"] }
serde_json = "^1.0"
sha2 = "^0.10"
sys-info = "^0.9"
simplelog = "^0.12"
time = "^0.3"
tokio = { version = "1", features = ["full"] }
zip = "^0.6"
walkdir = "^2.4"
filetime = "^0.2"
regex = "1.10"
toml = "0.8"
openssl = { version = "^0.10", features = [
"vendored",
] } # https://stackoverflow.com/questions/68871193/pkg-config-error-during-rust-cross-compilation
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化