# 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_shift" version = "1.0.0" authors = ["Nathan ROYER "] description = "pitch-shifting using the phase vocoder technique" readme = "README.md" categories = [ "algorithms", "multimedia::audio", "command-line-utilities", ] license = "MIT" repository = "https://github.com/NathanRoyer/pitch_shift" resolver = "2" [[example]] name = "shift-wav" [dependencies.realfft] version = "3.0.1" [dependencies.rustfft] version = "6.0.0" [dev-dependencies.hound] version = "3.4" [dev-dependencies.pico-args] version = "0.5.0"