[package]
edition = "2024"
rust-version = "1.88"
name = "voxora-engine"
version = "0.4.3"
authors = ["Israel Alberto Roldan Vega <israel.alberto.rv@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Canonical adapter contract for voxora engine crates (ASR-specific)"
readme = "README.md"
keywords = [
"asr",
"speech-recognition",
"transcription",
"whisper",
"voxora",
]
categories = [
"api-bindings",
"multimedia::audio",
]
license = "Apache-2.0"
repository = "https://github.com/airvzxf/voxora"
resolver = "2"
[lib]
name = "voxora_engine"
path = "src/lib.rs"
[[test]]
name = "adapter_contract"
path = "tests/adapter_contract.rs"
[dependencies.thiserror]
version = "2"
default-features = false
[dependencies.voxora-traits]
version = "0.4.3"
[dev-dependencies.tempfile]
version = "3"