-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (26 loc) · 924 Bytes
/
Cargo.toml
File metadata and controls
27 lines (26 loc) · 924 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
[package]
name = "personal-api"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1.0.98"
async-trait = "0.1.88"
axum = { version = "0.8.4", features = ["macros"] }
axum-extra = { version = "0.10.1", features = ["typed-header"] }
chrono = { version = "0.4.41", features = ["serde"] }
futures = "0.3.31"
lastfm = "0.10.0"
replace_with = "0.1.7"
reqwest = { version = "0.12.15", features = ["json", "rustls-tls", "http2", "charset", "macos-system-configuration"], default-features = false }
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
serenity = "0.12.4"
steam-rs = "0.5.1"
stream-find = "0.3.0"
tokio = { version = "1.45.0", features = ["macros", "rt-multi-thread", "net", "sync"] }
toml = "0.8.22"
tower = "0.5.2"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
ts-rs = { version = "10.1.0", features = ["chrono-impl"] }
tzf-rs = { version = "1.0.0", default-features = false }