1 Star 6 Fork 4

littletow / rabbit

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
eagle 提交于 2023-09-08 11:03 . 添加邮箱发送
[package]
name = "rabbit"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
axum = { version = "0.6", features = ["headers","macros","ws"] }
tower = { version = "0.4", features = ["util", "timeout", "load-shed", "limit"] }
tower-http = { version = "0.3", features = ["add-extension", "auth", "compression-full", "trace","cors","map-request-body","util"] }
headers = "0.3"
jsonwebtoken = "8.0"
once_cell = "1.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sqlx = { version = "0.7", features = [ "runtime-tokio-rustls" , "sqlite" ,"macros"] }
tokio = { version = "1", features = ["full"] }
config = "0.13.1"
redis = { version = "0.23.0", features = ["tokio-comp", "aio"] }
anyhow = "1.0.58"
askama = { version = "0.12" }
percent-encoding = "2.3.0"
serde-xml-rs = "0.6.0"
rand = {version="0.8.5",features = ["min_const_gen"]}
rust-crypto = "0.2.36"
chrono = "0.4.26"
reqwest = {version = "0.11.18",features = ["json","multipart"] }
base64 = "0.13.0"
uuid = { version = "0.8", features = ["serde", "v4"] }
axum_csrf = { version = "0.7.1",features = ["layer"] }
axum_session = { version = "0.3.5",features = [ "redis-db"] }
askama_axum = "0.3.0"
futures = "0.3"
image = "0.24.7"
lettre = "0.10.4"
Rust
1
https://gitee.com/littletow/rabbit.git
git@gitee.com:littletow/rabbit.git
littletow
rabbit
rabbit
master

搜索帮助