# 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 = "picovoice" version = "3.0.4" build = false exclude = ["tests/"] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Rust SDK for Picovoice's voice recognition platform" homepage = "https://picovoice.ai/" readme = "README.md" keywords = [ "natural-language", "speech-recognition", "voice-control", "voice-recognition", "wake-word", ] license = "Apache-2.0" repository = "https://github.com/Picovoice/picovoice" [lib] name = "picovoice" crate_type = ["lib"] path = "src/lib.rs" [dependencies.pv_porcupine] version = "=3.0.3" [dependencies.pv_rhino] version = "=3.0.3" [dev-dependencies.itertools] version = "0.10.1" [dev-dependencies.rodio] version = "0.14" [dev-dependencies.serde_json] version = "1.0.91"