# 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" version = "3.0.2" authors = ["Miguel Álvarez Díez "] exclude = [ ".vscode/*", "tests/*", "tools/*", "square-icon.png", ] description = "An open source wakeword spotter forged in rust." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/GiviMAD/rustpotter" [dependencies.candle-core] version = "0.2.2" [dependencies.candle-nn] version = "0.2.2" [dependencies.ciborium] version = "0.2.1" [dependencies.hound] version = "3.4.5" [dependencies.rubato] version = "0.14.1" default-features = false [dependencies.rustfft] version = "6.1.0" default-features = false [dependencies.serde] version = "1.0.188" features = ["derive"] default-features = false [features] audio = [] debug = [] default = ["debug"] display = [] record = []