# 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 = "ness_stretch" version = "0.5.1" authors = [ "Sam Pluta ", "Alex Ness ", ] description = "Implements a phase randomized Real FFT time stretch algorithm, the NessStretch, which splits the original sound file into 1-10 discrete frequency bands, and uses a decreasing frame size to correspond to increasing frequency, thus doing a excellent job of resolving shorter, noisier high-frequency sounds and creating rich, lush low frequency pads." readme = "README.md" keywords = [ "audio", "rustfft", "timestretch", ] categories = [ "multimedia::audio", "multimedia", ] license = "GPL-3.0" repository = "https://github.com/spluta/TimeStretch" [dependencies.clap] version = "4.3.17" features = ["derive"] [dependencies.ness_stretch_lib] version = "0.1.2"