1 Star 0 Fork 0

CNCF/clomonitor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 2.26 KB
一键复制 编辑 原始数据 按行查看 历史
[workspace]
resolver = "2"
members = [
"clomonitor-apiserver",
"clomonitor-archiver",
"clomonitor-core",
"clomonitor-linter",
"clomonitor-notifier",
"clomonitor-registrar",
"clomonitor-tracker",
]
[workspace.package]
version = "1.0.0"
license = "Apache-2.0"
edition = "2021"
rust-version = "1.83"
[workspace.dependencies]
anyhow = "1.0.94"
askalono = "0.5.0"
askama = "0.12.1"
askama_axum = "0.4.0"
async-trait = "0.1.83"
axum = { version = "0.7.9", features = ["macros"] }
bincode = "1.3.3"
cached = { version = "0.54.0", features = ["async"] }
clap = { version = "4.5.23", features = ["derive"] }
clomonitor-core = { path = "../clomonitor-core" }
comfy-table = "7.1.3"
config = "0.13.4"
deadpool = "0.12.1"
deadpool-postgres = { version = "0.14.0", features = ["serde"] }
futures = "0.3.31"
git2 = "0.19.0"
glob = "0.3.1"
graphql_client = { version = "0.14.0", features = ["reqwest"] }
hex = "0.4.3"
http = "1.2.0"
hyper = "1.5.1"
lazy_static = "1.5.0"
metrics = "0.24.1"
metrics-exporter-prometheus = "0.16.0"
mime = "0.3.17"
mockall = "0.13.1"
mockito = "1.6.1"
octorust = "0.3.2"
openssl = { version = "0.10.68", features = ["vendored"] }
postgres-openssl = "0.5.0"
postgres-types = { version = "0.2.8", features = ["derive"] }
predicates = "3.1.2"
regex = "1.11.1"
reqwest = { version = "0.12.9", features = ["json"] }
resvg = "0.27.0"
serde = { version = "1.0.215", features = ["derive"] }
serde_json = "1.0.133"
serde_yaml = "0.9.34"
serde_qs = "0.13.0"
sha2 = "0.10.8"
tempfile = "3.14.0"
tera = { version = "1.20.0", default-features = false }
time = { version = "0.3.37", features = [
"formatting",
"macros",
"parsing",
"serde",
] }
tiny-skia = "0.8.4"
tokio = { version = "1.42.0", features = [
"macros",
"process",
"rt-multi-thread",
"signal",
"time",
] }
tokio-postgres = { version = "0.7.12", features = [
"with-time-0_3",
"with-serde_json-1",
"with-uuid-1",
] }
tower = { version = "0.5.1", features = ["util"] }
tower-http = { version = "0.6.2", features = [
"auth",
"fs",
"set-header",
"trace",
] }
tracing = "0.1.41"
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "json"] }
usvg = "0.27.0"
uuid = { version = "1.11.0", features = ["serde"] }
which = "7.0.0"
wiremock = "0.6.2"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/cncf/clomonitor.git
[email protected]:cncf/clomonitor.git
cncf
clomonitor
clomonitor
main

搜索帮助

0d507c66 1850385 C8b1a773 1850385