raqeem 0.2.2

رقيم — transcribe Arabic audio via Cohere's open ASR model, from the CLI or any language.
# 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"
name = "raqeem"
version = "0.2.2"
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.2"