# 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_leopard" version = "2.0.2" include = [ ".gitignore", "build.rs", "Cargo.toml", "data/", "README.md", "src/", ] publish = true description = "The Rust bindings for Picovoice's Leopard library" homepage = "https://picovoice.ai/platform/leopard/" readme = "README.md" keywords = ["speech-to-text"] license = "Apache-2.0" repository = "https://github.com/Picovoice/leopard" [lib] name = "leopard" crate_type = ["lib"] path = "src/lib.rs" [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] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"