2 Star 15 Fork 10

飞舞九天/MxxShop开源商城系统-rust开源商城-rust开源商城源码-外贸商城开源

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 2.36 KB
一键复制 编辑 原始数据 按行查看 历史
[package]
name = "mxx-shop"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.39.2", features = ["full"] }
actix-web = { version = "4.9.0", default-features = false, features = ["cookies","macros"] }
actix-http = "3.9.0"
actix-redis = "0.13.1"
actix-cors = "0.7.0"
actix-files = "0.6.6"
actix-multipart = "0.7.2"
actix-session = { version = "0.10.0", features = ["cookie-session"] }
actix-web-grants = "4.1.1"
actix-web-httpauth = "0.8.2"
futures-util = "0.3.30"
parking_lot = "0.12.3"
json = "0.12.4"
serde = { version = "1.0.206", features = ["derive"] }
serde_json = "1.0.124"
validator = { version = "0.18.1", features = ["derive"] }
log = "0.4.22"
log4rs = "1.3.0"
console = "0.15.8"
rbs = { version = "4.5.18" }
rbatis = { version = "4.5.29"}
rbdc-mysql = { version = "4.5.8" }
jsonwebtoken = "9.3.0"
snowflake-multi-threaded = "0.1.4"
redis = { version = "0.25.4", features = ["tokio-comp"] }
futures = { version = "0.3.30", default-features = false }
thiserror = "1.0.63"
base64 = "0.22.0"
bcrypt = "0.15.1"
once_cell = "1.19.0"
lazy_static = "1.5.0"
toml = "0.8.19"
chinese-lunisolar-calendar = "0.2.0"
unicode-segmentation = "1.11.0"
uuid = { version = "1.10.0", features = [
"v4", # Lets you generate random UUIDs
"fast-rng", # Use a faster (but still sufficiently random) RNG
"macro-diagnostics", # Enable better diagnostics for compile-time UUIDs
] }
# 模板引擎
minijinja = { version = "2.1.2", features = ["loader"] }
minijinja-autoreload = "2.1.2"
rand = "0.9.0-alpha.2"
random-fast-rng = "0.1.1"
idgenerator = "2.0.0"
chrono = { version = "0.4.38", features = ["unstable-locales"] }
chrono-tz = { version = "0.9.0", features = ["serde"] }
image = "0.25.2"
regex = "1.10.6"
failure = "0.1.8"
pinyin = "0.10.0"
scraper = "0.19.1"
#captcha
captcha = "0.0.9"
proc-macro2 = "1.0.86"
quote = "1.0.36"
syn = { version = "2.0.74", features = ["full"] }
#elasticsearch操作
elasticsearch = "8.5.0-alpha.1"
#中文分词
jieba-rs = "0.7.0"
bytes = "1.6.0"
config = "0.14.0"
rust-crypto = "0.2.36"
sanitize-filename = "0.5.0"
headers = "0.4.0"
#国际化包
rust-i18n = "3.1.1"
time = "0.3.36"
#任务调度
job_scheduler = "1.2.1"
[profile.release]
opt-level = "z"
debug = false
lto = true
codegen-units = 1
panic = "abort"
strip = true
incremental = false
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/rust-shop/mxxshop.git
git@gitee.com:rust-shop/mxxshop.git
rust-shop
mxxshop
MxxShop开源商城系统-rust开源商城-rust开源商城源码-外贸商城开源
master

搜索帮助