1 Star 0 Fork 0

CNCF/gitjobs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 2.42 KB
一键复制 编辑 原始数据 按行查看 历史
[workspace]
resolver = "2"
members = [
"gitjobs-server",
"gitjobs-syncer"
]
[workspace.package]
version = "0.0.1"
license = "Apache-2.0"
edition = "2024"
rust-version = "1.90"
[workspace.dependencies]
anyhow = "1.0.100"
askama = { version = "0.14.0", features = ["serde_json"] }
async-trait = "0.1.89"
axum = { version = "0.8.4", features = ["macros", "multipart"] }
axum-login = "0.18.0"
axum-extra = { version = "0.10.1", features = ["form"] }
axum-messages = "0.8.0"
cached = { version = "0.56.0", features = ["async"] }
chrono = { version = "0.4.42", features = ["serde"] }
chrono-tz = { version = "0.10.4", features = ["serde"] }
clap = { version = "4.5.48", features = ["derive"] }
deadpool-postgres = { version = "0.14.1", features = ["serde"] }
emojis = "0.7.2"
figment = { version = "0.10.19", features = ["yaml", "env"] }
futures = "0.3.31"
human_format = "1.1.0"
image = "0.25.8"
lettre = { version = "0.11.18", default-features = false, features = ["builder", "hostname", "pool", "smtp-transport", "tokio1-rustls-tls"] }
markdown = "1.0.0-alpha.24"
mime_guess = "2.0.5"
minify-html = "0.16.4"
mockall = "0.13.1"
num-format = "0.4.4"
oauth2 = "5.0.0"
openidconnect = { version = "4.0.1", features = ["accept-rfc3339-timestamps"] }
openssl = { version = "0.10.73", features = ["vendored"] }
palette = "0.7.6"
password-auth = "1.0.0"
postgres-openssl = "0.5.1"
rand = "0.9.2"
regex = "1.11.2"
reqwest = { version = "0.12.23", features = ["json"] }
rust-embed = "8.7.2"
serde = { version = "1.0.226", features = ["derive"] }
serde_html_form = "0.2.8"
serde_json = "1.0.145"
serde_qs = { version = "0.15.0", features = ["axum"] }
serde_with = "3.14.1"
sha2 = "0.10.9"
strum = { version = "0.27.2", features = ["derive"] }
thiserror = "2.0.16"
time = "0.3.44"
tokio = { version = "1.47.1", features = [
"macros",
"process",
"rt-multi-thread",
"signal",
"sync",
"time",
] }
tokio-postgres = { version = "0.7.13", features = [
"with-chrono-0_4",
"with-serde_json-1",
"with-time-0_3",
"with-uuid-1",
] }
tokio-util = { version = "0.7.16", features = ["full"] }
tower = "0.5.2"
tower-http = { version = "0.6.6", features = ["auth", "fs", "set-header", "trace"] }
tower-sessions = { version = "0.14.0", features = ["signed"] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.20", features = ["env-filter", "json"] }
unicode-segmentation = "1.12.0"
uuid = { version = "1.18.1", features = ["serde", "v4"] }
which = "8.0.0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cncf/gitjobs.git
git@gitee.com:cncf/gitjobs.git
cncf
gitjobs
gitjobs
main

搜索帮助