# 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 = "mel_spec_pipeline" version = "0.2.2" description = "Audio-to-Mel pipeline" readme = "README.md" license = "MIT" repository = "https://github.com/wavey-ai/mel-spec" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.image] version = "0.24.6" [dependencies.mel_spec] version = "0.2.2" [dependencies.mel_spec_audio] version = "0.2.2" [dependencies.ndarray] version = "0.15.6" [target.aarch64-apple-darwin]