# 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 = "2018" name = "pv_rhino" version = "3.0.2" include = [ ".gitignore", "build.rs", "Cargo.toml", "data/", "README.md", "src/", ] publish = true description = "The Rust bindings for Picovoice's Rhino library" homepage = "https://picovoice.ai/platform/rhino/" readme = "README.md" keywords = [ "Speech-to-Intent", "voice-commands", "voice-control", "speech-recognition", "natural-language", ] license = "Apache-2.0" repository = "https://github.com/Picovoice/rhino" [lib] name = "rhino" crate_type = ["lib"] path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.libloading] version = "0.7" [dev-dependencies.itertools] version = "0.10.1" [dev-dependencies.rodio] version = "0.14" [dev-dependencies.serde_json] version = "1.0.91"