-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
35 lines (34 loc) · 943 Bytes
/
Cargo.toml
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
[package]
name = "wobot"
version = "1.0.0"
edition = "2021"
publish = false
[dependencies]
anyhow = "1.0.82"
poise = { version = "0.6.1", features = ["cache", "chrono"] }
shuttle-serenity = "0.47.0"
shuttle-runtime = "0.47.0"
shuttle-shared-db = { version = "0.47.0", default-features = false, features = ["postgres", "sqlx"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
tokio = "1.39.2"
sqlx = { version = "0.7.4", default-features = false, features = ["runtime-tokio", "tls-rustls", "chrono", "postgres", "sqlx-postgres", "bigdecimal"] }
base64 = "0.22"
regex = "1.10"
reqwest = { version = "0.12", features = ["json"] }
once_cell = "1.19"
itertools = "0.13"
rusttype = "0.9.3"
imageproc = "0.23.0"
image = "0.24.9"
stitchy-core = "0.1.2"
ics = "0.5"
uwuify = "0.2.2"
serde = "1.0.200"
deser-hjson = "2.2.4"
chrono = "0.4.34"
chrono-tz = "0.9.0"
parse_duration = "2.1.1"
percent-encoding = "2.3.1"
rand = "0.8.5"
mini-moka = "0.10.3"