# 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_porcupine" version = "3.0.2" include = [ ".gitignore", "build.rs", "Cargo.toml", "data/", "README.md", "src/", ] publish = true description = "The Rust bindings for Picovoice's Porcupine library" homepage = "https://picovoice.ai/platform/porcupine/" readme = "README.md" keywords = [ "wake-word-engine", "hotword-detection", "keyword-spotting", "wake-word-detection", "voice-commands", ] license = "Apache-2.0" repository = "https://github.com/Picovoice/porcupine" [lib] name = "porcupine" crate_type = ["lib"] path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.libloading] version = "0.8" [dev-dependencies.itertools] version = "0.11" [dev-dependencies.rodio] version = "0.17" [dev-dependencies.serde_json] version = "1.0"