[package] name = "player" version.workspace = true edition.workspace = true [dependencies] anyhow.workspace = true thiserror.workspace = true symphonia = { version = "0.5", features = ["all"] } cpal = "0.15" rubato = "0.15" rand = "0.8" ringbuf = "0.3" ureq = "2" realfft = "3" textfix = { path = "../textfix" } [dev-dependencies] encoding_rs = "0.8"