sherpa-rs-sys 0.5.2-beta.0

Rust bindings to https://github.com/k2-fsa/sherpa-onnx
[build-dependencies.bindgen]
version = "0.69.4"

[build-dependencies.bzip2]
features = ["static"]
optional = true
version = "0.4.4"

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.dirs]
optional = true
version = "5.0.1"

[build-dependencies.flate2]
optional = true
version = "1.0"

[build-dependencies.glob]
version = "0.3.1"

[build-dependencies.lazy_static]
version = "1.5.0"

[build-dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.216"

[build-dependencies.serde_json]
optional = true
version = "1.0.134"

[build-dependencies.sha2]
optional = true
version = "0.10"

[build-dependencies.tar]
optional = true
version = "0.4"

[build-dependencies.ureq]
default-features = false
features = ["tls", "socks-proxy"]
optional = true
version = "2.1"

[features]
cuda = []
default = ["download-binaries"]
directml = []
download-binaries = ["dep:ureq", "dep:tar", "dep:bzip2", "dep:flate2", "dep:sha2", "dep:dirs", "dep:serde_json", "dep:serde"]
static = []
tts = []

[lib]
name = "sherpa_rs_sys"
path = "src/lib.rs"

[package]
authors = ["thewh1teagle"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Rust bindings to https://github.com/k2-fsa/sherpa-onnx"
edition = "2021"
homepage = "https://github.com/thewh1teagle/sherpa-rs"
include = ["sherpa-onnx/sherpa-onnx/c-api", "sherpa-onnx/sherpa-onnx/CMakeLists.txt", "sherpa-onnx/sherpa-onnx/csrc", "sherpa-onnx/sherpa-onnx/jni", "sherpa-onnx/cmake", "sherpa-onnx/toolchains", "sherpa-onnx/c-api-examples", "sherpa-onnx/android", "sherpa-onnx/CMakeLists.txt", "sherpa-onnx/LICENSE", "sherpa-onnx/.clang*", "src/", "build.rs", "wrapper.h", "dist.json", "checksum.txt"]
keywords = ["audio", "embeddings", "speech-recognition", "sherpa", "diarization"]
license = "MIT"
name = "sherpa-rs-sys"
readme = false
repository = "https://github.com/thewh1teagle/sherpa-rs"
resolver = "1"
version = "0.5.2-beta.0"