# 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 = "sonogram" version = "0.7.1" authors = ["Simon M. Werner "] description = "A spectrograph utility written in Rust" readme = "README.md" keywords = [ "spectrogram", "spectrograph", "audio", "fft", "dft", ] categories = [ "multimedia::images", "science", "multimedia::audio", "visualization", ] license = "GPL-3.0-or-later" repository = "https://github.com/psiphi75/sonogram" [[bin]] name = "sonogram" required-features = ["build-binary"] [dependencies.clap] version = "3.0.14" features = ["derive"] optional = true [dependencies.csv] version = "1.1" [dependencies.hound] version = "3.4" optional = true [dependencies.png] version = "0.14" optional = true [dependencies.resize] version = "0.7.2" [dependencies.rgb] version = "0.8.25" [dependencies.rustfft] version = "6.0" [features] build-binary = ["clap"] default = [ "hound", "png", ]