-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCargo.toml
30 lines (29 loc) · 964 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
[package]
name = "share-music"
version = "3.5.3"
edition = "2021"
publish = false
build = "build.rs"
[dependencies]
axum = "0.8"
figment = { version = "0.10", features = ["env", "json", "yaml"] }
futures-util = { default-features = false, version = "0.3" }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls-native-roots", "http2", "charset", "json"] }
image = "0.25"
itertools = "0.14"
lazy-regex = "3.4"
parking_lot = "0.12"
prometheus-client = "0.23"
regex = "1.11"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.43", features = ["full"] }
this-state = "0.3"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["json", "parking_lot", "registry", "env-filter"] }
twilight-gateway = "0.15"
twilight-http = "0.15"
twilight-http-ratelimiting = "0.15"
twilight-model = "0.15"
twilight-util = { version = "0.15", features = ["builder", "permission-calculator"] }
url = "2.5"