# 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 = "vad-rs" version = "0.1.4" description = "Speech detection using silero vad in Rust" readme = "README.md" license = "MIT" [dependencies.ebur128] version = "0.1.9" optional = true [dependencies.eyre] version = "0.6.12" [dependencies.ndarray] version = "0.16.1" [dependencies.ort] version = "=2.0.0-rc.6" [dependencies.ringbuffer] version = "0.15.0" [dependencies.samplerate] version = "0.2.4" optional = true [dev-dependencies.cpal] version = "0.15.3" [dev-dependencies.hound] version = "3.5.1" [dev-dependencies.once_cell] version = "1.19.0" [features] coreml = ["ort/coreml"] default = ["helpers"] directml = ["ort/directml"] helpers = [ "dep:ebur128", "dep:samplerate", ] load-dynamic = ["ort/load-dynamic"]