# 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 = "2018" name = "ridgeline" version = "0.2.0" authors = ["Kai Schmidt "] description = "Simple frequency spectrum analysis" documentation = "https://docs.rs/ridgeline" readme = "readme.md" keywords = ["signal", "processing", "fft", "dsp", "audio"] categories = ["multimedia::audio", "science"] license = "MIT" repository = "https://github.com/kaikalii/ridgeline" [dependencies.cpal] version = "0.13" optional = true [dependencies.rustfft] version = "6" [dependencies.thiserror] version = "1" optional = true [features] default = ["input"] input = ["cpal", "thiserror"]