transcribe-cli 0.0.1

Whisper CLI transcription pipeline on CTranslate2 with CPU and optional CUDA support
# 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.85"
name = "transcribe-cli"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Whisper CLI transcription pipeline on CTranslate2 with CPU and optional CUDA support"
readme = "README.md"
keywords = [
    "whisper",
    "transcription",
    "cli",
    "audio",
    "ctranslate2",
]
categories = [
    "command-line-utilities",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/qwertyu1opz/transcribe-cli"

[features]
cuda = [
    "ct2rs/cuda",
    "ct2rs/cuda-dynamic-loading",
]
cuda-dynamic-loading = ["cuda"]
cuda-static = ["ct2rs/cuda"]
cudnn = [
    "cuda",
    "ct2rs/cudnn",
]
default = []

[[bin]]
name = "transcribe-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.clap]
version = "4.5.39"
features = ["derive"]

[dependencies.ct2rs]
version = "0.9.17"
features = [
    "openmp-runtime-comp",
    "ruy",
]
default-features = false

[dependencies.futures-util]
version = "0.3.31"

[dependencies.indicatif]
version = "0.17.11"

[dependencies.mel_spec]
version = "0.3.3"

[dependencies.ndarray]
version = "0.16.1"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "json",
    "rustls-tls",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.symphonia]
version = "0.5.4"
features = ["all"]

[dependencies.tempfile]
version = "3.19.1"

[dependencies.tokenizers]
version = "0.22.2"
features = ["fancy-regex"]
default-features = false

[dependencies.tokio]
version = "1.44.2"
features = [
    "fs",
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
]

[dependencies.url]
version = "2.5.4"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"