# 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 = "ds-transcriber" version = "1.0.1" authors = ["Rodney Kanjala "] description = "A crate using DeepSpeech bindings to convert mic audio from speech to text" keywords = [ "transcription", "speech-to-text", "microphone", "record", "speech-detection", ] categories = [ "accessibility", "multimedia", "multimedia::audio", "science", ] license = "MIT" repository = "https://github.com/kawaki-san/ds-transcriber" resolver = "2" [[example]] name = "transcribe" [dependencies.anyhow] version = "1" [dependencies.cpal] version = "0.13.3" [dependencies.deepspeech] version = "0.9.0" [dependencies.log] version = "0.4" [dependencies.nnnoiseless] version = "0.3.2" optional = true [dev-dependencies.clap] version = "3" features = ["cargo"] [features] default = [] denoise = ["nnnoiseless"] full = ["denoise"]