codex-asr 0.1.1

Unofficial Codex Desktop ASR client that reuses local ChatGPT auth for one-shot transcription
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 = "2021"
rust-version = "1.82"
name = "codex-asr"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unofficial Codex Desktop ASR client that reuses local ChatGPT auth for one-shot transcription"
homepage = "https://github.com/wangnov/codex-asr"
documentation = "https://docs.rs/codex-asr"
readme = "README.md"
keywords = [
    "codex",
    "asr",
    "speech",
    "transcription",
    "chatgpt",
]
categories = [
    "command-line-utilities",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/wangnov/codex-asr"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }{ archive-suffix }"
bin-dir = "{ name }-{ target }/{ bin }{ binary-ext }"
pkg-fmt = "txz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "zip"

[features]
default = ["server"]
server = [
    "dep:axum",
    "dep:tokio",
]

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

[[bin]]
name = "codex-asr"
path = "src/main.rs"

[dependencies.axum]
version = "0.8.7"
features = ["multipart"]
optional = true

[dependencies.base64]
version = "0.22.1"

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

[dependencies.reqwest]
version = "0.12.24"
features = [
    "blocking",
    "json",
    "multipart",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
    "sync",
]
optional = true

[profile.dist]
lto = "thin"
inherits = "release"