# 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 = "stt" version = "0.0.1" description = "Library for transcription using whisper ai model" license = "MIT" repository = "https://github.com/flakm/jupiter-search" resolver = "1" [dependencies.anyhow] version = "1.0" features = ["std"] [dependencies.audrey] version = "0.3" [dependencies.byteorder] version = "1.4.3" [dependencies.hound] version = "3.5.0" [dependencies.rubato] version = "0.12.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.symphonia] version = "0.5.1" features = ["mp3"] [dependencies.uuid] version = "1.2.1" features = ["v4"] [dependencies.whisper-rs] version = "0.2.0" [build-dependencies.cc] version = "1.0"