# 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 = "coqui-stt" version = "1.0.2" authors = ["0/0 "] description = "Safe wrapper around the Coqui STT C library" documentation = "https://docs.rs/coqui-stt" readme = "README.md" keywords = [ "speech-to-text", "stt", ] categories = ["multimedia::audio"] license = "MPL-2.0" repository = "https://github.com/tazz4843/coqui-stt" resolver = "2" [dependencies.async-trait] version = "0.1" optional = true [dependencies.coqui-stt-sys] version = "1.3.0" [dependencies.deadpool] version = "0.9" optional = true [dependencies.deadpool-sync] version = "0.1" optional = true [dev-dependencies.audrey] version = "0.3" [dev-dependencies.dasp_interpolate] version = "0.11" features = ["linear"] [dev-dependencies.dasp_signal] version = "0.11" [features] deadpool_integration = [ "deadpool", "deadpool-sync", "async-trait", ] default = [] raw-bindings = []