-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
36 lines (34 loc) · 899 Bytes
/
Cargo.toml
File metadata and controls
36 lines (34 loc) · 899 Bytes
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
32
33
34
35
36
[package]
name = "rust-webhooks"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
axum = "0.8.4"
lopdf = "=0.36.0"
reqwest = "0.12.12"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.140"
shuttle-axum = "0.53.0"
shuttle-runtime = "0.53.0"
hmac = "0.12.0"
sha2 = "0.10.9"
subtle = "2.4.0"
hex = "0.4.3"
hyper = { version = "1.6.0", features = ["full"] }
bytes = "1.0"
http-body = "1.0.1"
http-body-util = "0.1.0"
resend-rs = "0.14.1"
tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread"] }
chrono = "0.4.41"
tracing = "0.1"
apalis = { version = "0.7.1", features = ["tracing", "limit", "catch-panic", "retry"] }
apalis-cron = "0.7.1"
tower = { version = "0.5.2", features = ["load-shed"] }
anyhow = "1.0.98"
mail-parser = "0.11.0"
base64 = "0.22.1"
regex = "1.11.1"
[dependencies.ufv_timesheet_util]
path = "./services/ufv-timesheet-util"