-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
33 lines (30 loc) · 1.17 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
[package]
name = "diwa"
version = "0.5.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serenity = { version = "0.12.2", features = ["builder", "cache", "client", "http", "model", "utils", "rustls_backend", "gateway", "voice", "rustls_backend", "collector"], default-features = false }
poise = { version = "0.6.1", features = ["collector"] }
songbird = { version = "0.4.3", features = ["driver", "builtin-queue"]}
dotenv = "0.15.0"
tokio = { version = "1.30.0", features = ["full"] }
google-youtube3 = "5.0.3+20230123"
rspotify = { version = "0.13.2", features = ["env-file", "client-ureq", "ureq-rustls-tls"], default-features = false }
thiserror = "1.0.44"
nom = "7.1.3"
reqwest = "0.11.18"
iso8601 = "0.6.1"
symphonia = { version = "0.5.4", features = ["mpa", "alac", "all-formats", "all-codecs"] }
symphonia-format-isomp4 = "0.5.4"
symphonia-codec-aac = "^0.5.4"
serde_json = "1.0.104"
futures = "0.3.28"
rusty_ytdl = "0.7.4"
scraper = "0.18.1"
tts_rust = "0.3.5"
url = "2.5.0"
log = "0.4.22"
env_logger = "0.11.3"
[target.'cfg(unix)'.dependencies]
openssl-sys = { version = "*", features = ["vendored"] }