# 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 = "pitch-detection" version = "0.3.0" authors = ["Alessandro Genova "] description = "A collection of algorithms to determine the pitch of a sound sample." homepage = "https://github.com/alesgenova/pitch-detection" readme = "README.md" keywords = [ "pitch", "frequency", "detection", "sound", ] categories = [ "algorithms", "multimedia::audio", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/alesgenova/pitch-detection" resolver = "2" [[bench]] name = "utils_benchmark" harness = false [dependencies.rustfft] version = "6.0.1" default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hound] version = "3.4.0"