[package] name = "soundview" version = "0.3.0" edition = "2021" authors = ["Nick Parker "] license-file = "LICENCE.md" readme = "README-CRATES.md" description = "Live analyzer/voiceprint visualization of system audio" homepage = "https://soundview.nickbp.com" repository = "https://sr.ht/~nickbp/soundview/" exclude = ["README.md", "site/**"] [dependencies] anyhow = "1.0.54" bytemuck = { version = "1.4", features = ["derive"] } clap = "4.0" crossbeam-channel = "0.5" git-testament = "0.2" image = { version = "0.25", default-features = false, features = ["webp"] } lazy_static = "1.4" pollster = "0.4" regex = "1.5" ringbuf = "0.4" rustfft = "6.0" sdl2 = { version = "0.37", features = ["raw-window-handle"] } tracing = "0.1.31" tracing-subscriber = { version = "0.3.9", features = ["env-filter"] } wgpu = "23.0"