# 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 = "rusty-whisper" version = "0.1.3" authors = ["Igor Yusupov"] exclude = [ "data/*", "weights/*", ] description = "Rust implementation of Whisper" readme = "README.md" keywords = [ "deep-learning", "machine-learning", "speech-recognition", "whisper", ] license = "MIT" repository = "https://github.com/igor-yusupov/rusty-whisper/" [lib] name = "rusty_whisper" crate-type = ["lib"] path = "src/lib.rs" [dependencies.base64] version = "0.21.4" [dependencies.hound] version = "3.5.1" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-npy] version = "0.8.1" [dependencies.rayon] version = "1.8.0" [dependencies.rustc-hash] version = "1.1.0" [dependencies.rustfft] version = "6.1.0" [dependencies.tiktoken-rs] version = "0.5.3" [dependencies.tract-onnx] version = "0.20.22"