[package] name = "pyannote-rs" version = "0.2.7" edition = "2021" license = "MIT" description = "Speaker diarization using pyannote in Rust" [dependencies] eyre = "0.6.12" hound = "3.5.1" ndarray = "0.16" ort = "2.0.0-rc.5" knf-rs = { version = "0.2.4", features = [] } [features] default = [] coreml = ["ort/coreml"] directml = ["ort/directml"] load-dynamic = ["ort/load-dynamic"] [[example]] name = "max_speakers" [[example]] name = "infinite"