# 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 = "vosk-sys" version = "0.2.0" authors = ["Bear_03"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Raw FFI bindings around the Vosk API Speech Recognition Toolkit" readme = "README.md" keywords = [ "speech", "speech-to-text", "stt", ] categories = [ "api-bindings", "multimedia::audio", ] license = "MIT" repository = "https://github.com/Bear-03/vosk-rs" [lib] name = "vosk_sys" path = "src/lib.rs" [dependencies]