# 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_recorder" version = "1.2.3" build = "build.rs" include = [ ".gitignore", "build.rs", "Cargo.toml", "data/", "README.md", "src/", ] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Rust recorder library for Picovoice" readme = "README.md" keywords = [ "audio", "recorder", ] license = "Apache-2.0" repository = "https://github.com/Picovoice/pvrecorder" [lib] name = "pv_recorder" crate_type = ["lib"] path = "src/lib.rs" [dependencies.libc] version = "0.2" [dependencies.libloading] version = "0.8"