# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "soundview" version = "0.3.0" authors = ["Nick Parker "] exclude = [ "README.md", "site/**", ] description = "Live analyzer/voiceprint visualization of system audio" homepage = "https://soundview.nickbp.com" readme = "README-CRATES.md" license-file = "LICENCE.md" repository = "https://sr.ht/~nickbp/soundview/" [dependencies.anyhow] version = "1.0.54" [dependencies.bytemuck] version = "1.4" features = ["derive"] [dependencies.clap] version = "4.0" [dependencies.crossbeam-channel] version = "0.5" [dependencies.git-testament] version = "0.2" [dependencies.image] version = "0.25" features = ["webp"] default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.pollster] version = "0.4" [dependencies.regex] version = "1.5" [dependencies.ringbuf] version = "0.4" [dependencies.rustfft] version = "6.0" [dependencies.sdl2] version = "0.37" features = ["raw-window-handle"] [dependencies.tracing] version = "0.1.31" [dependencies.tracing-subscriber] version = "0.3.9" features = ["env-filter"] [dependencies.wgpu] version = "23.0"