[package] name = "spoticord" version = "2.0.0-beta" edition = "2021" rust-version = "1.64.0" [[bin]] name = "spoticord" path = "src/main.rs" [dependencies] dotenv = "0.15.0" env_logger = "0.10.0" ipc-channel = { version = "0.16.0", features = ["async"] } librespot = { version = "0.4.2", default-features = false } log = "0.4.17" redis = "0.22.3" reqwest = "0.11.14" samplerate = "0.2.4" serde = "1.0.152" serde_json = "1.0.93" serenity = { version = "0.11.5", features = ["framework", "cache", "standard_framework"], default-features = false } songbird = "0.3.0" thiserror = "1.0.38" time = "0.3.20" tokio = { version = "1.25.0", features = ["rt", "full"] } zerocopy = "0.6.1"