# 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 = "voice_activity_detector" version = "0.1.1" authors = ["Nick Keenan "] build = false include = [ "src/**/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Voice Activity Detector using the Silero VAD model." readme = "README.md" keywords = [ "speech", "recognition", "voice", "activity", "detection", ] categories = ["multimedia::audio"] license-file = "LICENSE" repository = "https://github.com/nkeenan38/voice_activity_detector" resolver = "2" [lib] name = "voice_activity_detector" path = "src/lib.rs" [dependencies.futures] version = "0.3.30" [dependencies.ndarray] version = "0.15.6" [dependencies.ort] version = "=2.0.0-rc.4" [dependencies.pin-project] version = "1.1.3" [dependencies.thiserror] version = "1.0.59" [dependencies.typed-builder] version = "0.18.2" [dev-dependencies.hound] version = "3.5.1" [dev-dependencies.itertools] version = "0.12.1" [dev-dependencies.tokio] version = "1.37.0" features = [ "test-util", "macros", ] [dev-dependencies.tokio-stream] version = "0.1.14" features = ["full"] [features] async = [] load-dynamic = ["ort/load-dynamic"]