aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 5a4c5705635a166e7c17b3a04b8ec97646aff5e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[workspace]
resolver = "3"
members = ["crates/*", "lib/*"]

[workspace.package]
license = "AGPL-3.0-only"
homepage = "https://git.kanjala.com/warden"
documentation = "https://books.kanjala.com/warden"
description = "A rule-based fraud detection platform"

[workspace.dependencies]
anyhow = "1.0.98"
axum = "0.8.4"
clap = "4.5.43"
config = { version = "0.15.13", default-features = false }
prost = "0.14.1"
serde = "1.0.219"
serde_json = "1.0.142"
stack-up = { git = "https://github.com/rtkay123/stack-up" }
time = "0.3.41"
tokio = "1.47.1"
tonic = "0.14.0"
tower = "0.5.2"
tracing = "0.1.41"
utoipa = "5.4.0"
utoipa-axum = "0.2.0"
utoipa-rapidoc = "6.0.0"
utoipa-redoc = "6.0.0"
utoipa-scalar = "0.3.0"
utoipa-swagger-ui = "9.0.2"
warden-core = { path = "lib/warden-core" }