# 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 = "rvsp" version = "0.1.2" authors = ["xsbee "] description = "Rust (audio) Visualizing Spectrometer" homepage = "https://github.com/xsbee/rvsp" readme = "README.md" keywords = [ "audio", "fft", "sdl2", "visualizer", ] license = "GPL-3.0" [dependencies.clap] version = "4.0.27" features = ["derive"] [dependencies.const_format] version = "0.2.30" [dependencies.realfft] version = "3.1.0" [dependencies.sdl2] version = "0.35.2"