# 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 = "whisperd" version = "0.1.12" authors = ["Marco Argentieri "] include = [ "**/*.rs", "Cargo.toml", "LICENSE", "README.md", ] description = "HTTP server for the OpenAI Whisper speech-to-text model." homepage = "https://github.com/tiero/whisperd" readme = "README.md" keywords = [ "whisper", "openai", "cli", "transcribe", "serve", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tiero/whisperd" [[bin]] name = "whisperd" 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.hound] version = "3.5.1" [dependencies.hyper] version = "0.14.27" [dependencies.indicatif] version = "0.17.6" [dependencies.multer] version = "2.1.0" [dependencies.multipart] version = "0.18" [dependencies.num] version = "0.4.1" [dependencies.reqwest] version = "0.11.20" features = [ "blocking", "stream", ] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tempfile] version = "3.8.0" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.uuid] version = "1.4.1" features = ["v4"] [dependencies.warp] version = "0.3.6" [dependencies.whisper-rs] version = "0.8.0"