voxora-engine 0.4.3

Canonical adapter contract for voxora engine crates (ASR-specific)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"