# 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 = "cepstrum-extractor" version = "0.1.4" authors = ["Skilfingr "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An easy-to-use crate to compute the cepstrum of a signal." documentation = "https://docs.rs/cepstrum-extractor" readme = "README.md" keywords = [ "cepstrum", "extractor", "cepstral", "quefrency", "audio", ] categories = [ "multimedia", "multimedia::audio", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Skilvingr/rust-cepstrum-extractor" [lib] name = "cepstrum_extractor" path = "src/lib.rs" [[example]] name = "concurrent" path = "examples/concurrent.rs" [[example]] name = "simple" path = "examples/simple.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.rustfft] version = "6.2.0" [dev-dependencies.rayon] version = "1.10.0" [target."cfg(examples)".dev-dependencies.minifb] version = "0.27.0" [target."cfg(examples)".dev-dependencies.plotters] version = "0.3.6" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(examples)"]