# 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 = "aus" version = "0.1.6" description = "A library of audio processing tools" documentation = "https://docs.rs/aus/latest/aus/" readme = "README.md" categories = [ "multimedia", "multimedia::audio", ] license = "GPL-3.0-only" repository = "https://github.com/fleximeter/aus-rust" [dependencies.fft-convolver] version = "0.2.0" [dependencies.hound] version = "3.5.1" [dependencies.num] version = "0.4.3" [dependencies.pyin] version = "1.2.0" [dependencies.rand] version = "0.8.5" [dependencies.rustfft] version = "6.2.0" [dependencies.symphonia] version = "0.5.4" features = ["all"] [dependencies.threadpool] version = "1.8.1"