nsm/crates/player/Cargo.toml
2026-07-13 09:31:20 +03:00

19 lines
353 B
TOML

[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"