# 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 = "silero_vad" version = "0.1.0" authors = ["Wenqing Zong"] description = "Easy to use, pure Rust implementation of Silero VAD algorithm" homepage = "https://github.com/WenqingZong/Silero_VAD" readme = "README.md" keywords = [ "vad", "silero", ] license = "GPL-2.0" [[bin]] name = "offline" path = "examples/offline.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.env_logger] version = "0.11.3" [dependencies.hound] version = "3.5.1" [dependencies.log] version = "0.4.21" [dependencies.ndarray] version = "0.15.6" [dependencies.ndarray-stats] version = "0.5.1" [dependencies.ort] version = "2.0.0-rc.2" [dependencies.rubato] version = "0.15.0" [dependencies.symphonia] version = "0.5.4" features = ["all"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", ]