# 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_lib" version = "0.1.2" 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.bwavfile] version = "2.0.1" [dependencies.chrono] version = "0.4" [dependencies.crossbeam-utils] version = "0.8.7" [dependencies.hound] version = "3.4.0" [dependencies.rand] version = "0.8.0" [dependencies.realfft] version = "3.0.0" [dependencies.rustfft] version = "6.1"