text-whisper-cpp 0.1.0

Native whisper.cpp transcription bindings and model management.
# 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 = "2021"
rust-version = "1.95"
name = "text-whisper-cpp"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native whisper.cpp transcription bindings and model management."
homepage = "https://github.com/moritzbrantner/rust-packages"
documentation = "https://docs.rs/video-analysis"
readme = "README.md"
keywords = [
    "video",
    "audio",
    "image",
    "multimodal",
    "analysis",
]
categories = [
    "multimedia",
    "computer-vision",
    "science",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/moritzbrantner/rust-packages"

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

[dependencies.hound]
version = "3.5.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.sha2]
version = "0.10.9"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.ureq]
version = "2.12.1"
default-features = true

[dev-dependencies.tempfile]
version = "3.23.0"

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