[package] name = "pv_cheetah" version = "2.0.2" edition = "2018" description = "The Rust bindings for Picovoice's Cheetah library" license = "Apache-2.0" homepage = "https://picovoice.ai/platform/cheetah/" repository = "https://github.com/Picovoice/cheetah" keywords = [ "speech-to-text", ] publish = true include = [ ".gitignore", "build.rs", "Cargo.toml", "data/", "README.md", "src/", ] [lib] name = "cheetah" path = "src/lib.rs" crate_type = ["lib"] [dependencies] libc = "0.2" libloading = "0.7" [dev-dependencies] distance = "0.4.0" itertools = "0.10" rodio = "0.15" serde_json = "1.0"