-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
41 lines (39 loc) · 1.14 KB
/
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
36
37
38
39
40
41
[package]
name = "wobot"
version = "1.1.0"
edition = "2021"
publish = false
[features]
activity = []
[dependencies]
ab_glyph = "0.2.29"
anyhow = "1.0.95"
base64 = "0.22.1"
chrono = "0.4.39"
chrono-tz = "0.10.0"
# https://github.com/waltzofpearls/dateparser/issues/53
dateparser = { version = "0.2.1", git = "https://github.com/RiediJohannes/dateparser" }
deser-hjson = "2.2.4"
ics = "0.5"
image = "0.25.5"
imageproc = "0.25.0"
itertools = "0.14.0"
mini-moka = "0.10.3"
parse_duration = "2.1.1"
percent-encoding = "2.3.1"
poise = "0.6.1"
rand = "0.8.5"
regex = "1.11.1"
reqwest = { version = "0.11", features = ["json"] }
serde = "1.0.217"
shuttle-runtime = "0.51.0"
shuttle-serenity = "0.51.0"
shuttle-shared-db = { version = "0.51.0", default-features = false, features = ["postgres", "sqlx"] }
songbird = { version = "0.4.6", features = ["builtin-queue"] }
symphonia = { version = "0.5", features = ["mp3"] }
sqlx = { version = "0.8.3", default-features = false, features = ["runtime-tokio", "tls-rustls", "chrono", "postgres", "sqlx-postgres", "bigdecimal"] }
stitchy-core = "0.1.3"
tokio = "1.43.0"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
uwuify = "0.2.2"