pv_leopard 2.0.2

The Rust bindings for Picovoice's Leopard library
Documentation
[dependencies.libc]
version = "0.2"

[dependencies.libloading]
version = "0.8"
[dev-dependencies.distance]
version = "0.4.0"

[dev-dependencies.itertools]
version = "0.11"

[dev-dependencies.rodio]
version = "0.17"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[lib]
crate_type = ["lib"]
name = "leopard"
path = "src/lib.rs"

[package]
description = "The Rust bindings for Picovoice's Leopard library"
edition = "2018"
homepage = "https://picovoice.ai/platform/leopard/"
include = [".gitignore", "build.rs", "Cargo.toml", "data/", "README.md", "src/"]
keywords = ["speech-to-text"]
license = "Apache-2.0"
name = "pv_leopard"
publish = true
readme = "README.md"
repository = "https://github.com/Picovoice/leopard"
version = "2.0.2"