# 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" version = "0.2.7" description = "Mel spectrograms aligned to the results from the whisper.cpp, pytorch and librosa reference implementations and suited to streaming audio." readme = "README.md" license = "MIT" repository = "https://github.com/wavey-ai/mel-spec" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.image] version = "0.24.6" [dependencies.js-sys] version = "0.3.64" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-npy] version = "0.8.1" [dependencies.num] version = "0.4.1" [dependencies.rustfft] version = "6.2.0" features = ["wasm_simd"] [dev-dependencies.soundkit] version = "0.10.0"