# 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 = "whisper_cli" version = "0.1.5" authors = ["Miguel Piedrafita "] description = "A command line interface for whisper-rs" homepage = "https://github.com/m1guelpf/whisper-cli-rs" readme = "README.md" keywords = [ "whisper", "openai", "cli", "transcribe", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/m1guelpf/whisper-cli-rs" [[bin]] name = "whisper" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.audrey] version = "0.3.0" features = ["wav"] default-features = false [dependencies.clap] version = "4.4.3" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.futures-util] version = "0.3.28" [dependencies.indicatif] version = "0.17.6" [dependencies.num] version = "0.4.1" [dependencies.reqwest] version = "0.11.20" features = [ "blocking", "stream", ] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.uuid] version = "1.4.1" features = ["v4"] [dependencies.whisper-rs] version = "0.8.0"