diff --git a/Cargo.toml b/Cargo.toml index cfde222..9860318 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,25 +18,17 @@ serde = { version = "1.0.191", features = ["derive"] } time = "0.3.22" toml = "0.7.5" walkdir = "2.4.0" -cpal = "0.15.2" -heapless = "0.7.16" -rb = "0.4.1" -symphonia = { version = "0.5.3", features = ["all-codecs"] } serde_json = "1.0.104" async-std = "1.12.0" async-trait = "0.1.73" md-5 = "0.10.5" surf = "2.3.2" -futures = "0.3.28" -rubato = "0.12.0" -arrayvec = "0.7.4" discord-presence = "0.5.18" chrono = { version = "0.4.31", features = ["serde"] } bincode = { version = "2.0.0-rc.3", features = ["serde"] } unidecode = "0.3.0" rayon = "1.8.0" log = "0.4" -pretty_env_logger = "0.4" base64 = "0.21.5" snap = "1.1.0" rcue = "0.1.3"