[dependencies.eyre]
version = "0.6.12"
[dependencies.hound]
version = "3.5.1"
[dependencies.sherpa-rs-sys]
default-features = false
version = "0.5.2-beta.0"
[dependencies.tracing]
version = "0.1.40"
[dev-dependencies.clap]
features = ["derive"]
version = "4.5.8"
[features]
cuda = ["sherpa-rs-sys/cuda"]
default = ["download-binaries", "tts"]
directml = ["sherpa-rs-sys/directml"]
download-binaries = ["sherpa-rs-sys/download-binaries"]
static = ["sherpa-rs-sys/static"]
sys = []
tts = ["sherpa-rs-sys/tts"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "sherpa_rs"
path = "src/lib.rs"
[package]
authors = ["thewh1teagle"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust bindings to https://github.com/k2-fsa/sherpa-onnx"
edition = "2021"
keywords = ["audio", "embeddings", "speech-recognition", "sherpa", "diarization"]
license = "MIT"
name = "sherpa-rs"
readme = "README.md"
repository = "https://github.com/thewh1teagle/sherpa-rs"
resolver = "1"
version = "0.5.2-beta.0"