[package]
edition = "2021"
name = "raqeem"
version = "0.2.3"
authors = ["Ahmed Taha <tahaa755@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "رقيم — transcribe Arabic audio via Cohere's open ASR model, from the CLI or any language."
homepage = "https://github.com/SufficientDaikon/raqeem"
readme = "README.md"
keywords = [
"arabic",
"asr",
"speech-to-text",
"transcription",
"cohere",
]
categories = [
"command-line-utilities",
"api-bindings",
"multimedia::audio",
]
license = "Apache-2.0"
repository = "https://github.com/SufficientDaikon/raqeem"
[[bin]]
name = "raqeem"
path = "src/main.rs"
[dependencies.clap]
version = "4"
features = [
"derive",
"env",
]
[dependencies.raqeem-core]
version = "0.2.3"