-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
43 lines (40 loc) · 1.27 KB
/
Copy pathCargo.toml
File metadata and controls
43 lines (40 loc) · 1.27 KB
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
42
43
[workspace]
members = [
"maistats-record-collector",
"maistats-song-info",
"crates/maimai-auth",
"crates/maimai-client",
"crates/maimai-parsers",
"crates/models",
"maistats-discord-bot",
]
resolver = "2"
[workspace.package]
version = "1.2.0"
edition = "2024"
[workspace.dependencies]
axum = "0.8.8"
chrono = "0.4.43"
chrono-tz = "0.10.4"
cookie_store = { version = "0.22.0", features = ["serde_json"] }
dotenvy = "0.15.7"
eyre = "0.6.12"
hex = "0.4.3"
ordered-float = "5.1.0"
poise = "0.6.1"
rand = "0.8.5"
reqwest = { version = "0.12.28", features = ["cookies", "gzip", "brotli", "deflate", "json"] }
reqwest_cookie_store = { version = "0.9.0", features = ["serde"] }
scraper = "0.25.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
sha2 = "0.10.9"
sqlx = { version = "0.8.6", features = ["runtime-tokio-rustls", "sqlite", "migrate"] }
strsim = "0.11.1"
strum = { version = "0.27.2", features = ["derive"] }
time = { version = "0.3.45", features = ["local-offset"] }
tokio = { version = "1.49.0", features = ["rt-multi-thread", "macros", "signal", "process"] }
tower-http = { version = "0.6.8", features = ["trace", "cors"] }
tracing = "0.1.44"
tracing-subscriber = { version = "0.3.22", features = ["env-filter"] }
urlencoding = "2.1.3"