# 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 = "simple_transcribe_rs" version = "1.0.3" exclude = [".github"] description = "Audio to text transcription library written in rust that utilizes whisper-rs bindings." homepage = "https://github.com/Marble879/SimpleTranscribe-rs" readme = "README.md" keywords = [ "audio", "transcription", "whisper", "openai", "transcribe", ] categories = ["multimedia::audio"] license = "MIT" repository = "https://github.com/Marble879/SimpleTranscribe-rs" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.reqwest] version = "0.11.23" [dependencies.symphonia] version = "0.5.3" features = ["mp3"] [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.whisper-rs] version = "0.10.0" [dev-dependencies.tempfile] version = "3.9.0"