-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
30 lines (28 loc) · 965 Bytes
/
Cargo.toml
File metadata and controls
30 lines (28 loc) · 965 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
[package]
name = "reaper"
version = "1.2.5"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "postgres", "time"] }
serenity = { git = "https://github.com/serenity-rs/serenity.git", branch = "current", features = ["collector"] }
tokio = { version = "1.47", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3" }
serde = "1.0"
serde_derive = "1.0"
async-trait = "0.1"
strum = { version = "0.27", features = ["derive"] }
regex = "1.10"
objectid = { version = "0.2", features = ["serde"] }
time = { version = "0.3", features = ["large-dates"] }
inflections = "1.1"
rand = "0.9"
redis = { version = "0.32", features = ["tokio-comp"] }
ordinal = "0.4"
pretty-duration = "0.1"
unic = "0.9.0"
reqwest = { version = "0.12", features = [ "blocking" ]}
image-builder = "1.0.2"
image = "0.24.9"
numfmt = "1.2"