# 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 = "lowpass-filter" version = "0.3.2" authors = ["Philipp Schuster "] exclude = [".github", "test", "res"] description = "This is a `no_std` Rust library for simple digital low pass filters. You can use it for example to\nget the low frequencies from a song.\n" homepage = "https://github.com/phip1611/lowpass-filter" documentation = "https://docs.rs/lowpass-filter/" readme = "README.md" keywords = ["audio", "filter", "digital", "lowpass", "dsp"] categories = ["multimedia", "no-std"] license = "MIT" repository = "https://github.com/phip1611/lowpass-filter" resolver = "2" [profile.dev] opt-level = 1 [dependencies] [dev-dependencies.audio-visualizer] version = "0.3" [dev-dependencies.biquad] version = "0.4" [dev-dependencies.minimp3] version = "0.5" [dev-dependencies.spectrum-analyzer] version = "1.1" features = ["rustfft-complex"] default-features = false [dev-dependencies.wav] version = "1.0"