[package]
edition = "2021"
name = "crispasr-sys"
version = "0.8.29"
build = "build.rs"
links = "crispasr"
include = [
"src/**/*.rs",
"build.rs",
"Cargo.toml",
"README.md",
"LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings to CrispASR — auto-builds libcrispasr from source via cmake, or links a pre-installed copy if CRISPASR_LIB_DIR is set."
homepage = "https://github.com/CrispStrobe/CrispASR"
documentation = "https://docs.rs/crispasr-sys"
readme = "README.md"
keywords = [
"asr",
"speech-recognition",
"whisper",
"ggml",
"ffi",
]
categories = [
"external-ffi-bindings",
"multimedia::audio",
]
license = "MIT"
repository = "https://github.com/CrispStrobe/CrispASR"
[features]
cuda = []
default = []
metal = []
vulkan = []
[lib]
name = "crispasr_sys"
path = "src/lib.rs"