# 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 = "2021" name = "rustpotter-cli" version = "3.0.2" authors = ["Miguel Álvarez Díez "] exclude = [ "tools/**", ".github", ".gitignore", ] description = "CLI for Rustpotter, an open source wakeword spotter forged in rust." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/GiviMAD/rustpotter-cli" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.cpal] version = "0.15.2" [dependencies.ctrlc] version = "3.2.2" [dependencies.gag] version = "1.0.0" [dependencies.hound] version = "3.5.1" [dependencies.rustpotter] version = "3.0.2" features = [ "debug", "display", "audio", "record", ] [dependencies.time] version = "0.3.29"