# 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] name = "deepspeech" version = "0.9.1" authors = ["est31 "] description = "Rust bindings to Mozilla's DeepSpeech STT implementation" documentation = "https://docs.rs/deepspeech" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/RustAudio/deepspeech-rs" [dependencies.deepspeech-sys] version = "0.9" optional = true [dependencies.libc] version = "0.2" [dependencies.libloading] version = "0.7" 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] default = ["static_bindings"] dynamic = ["libloading"] static_bindings = ["deepspeech-sys"] [badges.maintenance] status = "deprecated"