codexia 0.1.0

OpenAI- and Anthropic-compatible local API gateway backed by Codex OAuth.
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 = "2024"
rust-version = "1.85"
name = "codexia"
version = "0.1.0"
build = false
include = [
    "src/**/*",
    "README.md",
    "LICENSE",
    "Cargo.toml",
    "Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "codexia"
description = "OpenAI- and Anthropic-compatible local API gateway backed by Codex OAuth."
homepage = "https://github.com/RyanKung/codexia"
documentation = "https://docs.rs/codexia"
readme = "README.md"
keywords = [
    "openai",
    "codex",
    "oauth",
    "gateway",
    "cli",
]
categories = [
    "command-line-utilities",
    "api-bindings",
    "web-programming::http-server",
]
license = "LGPL-3.0-only"
repository = "https://github.com/RyanKung/codexia"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[[bin]]
name = "codexia"
path = "src/main.rs"

[dependencies.async-stream]
version = "0.3"

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["clock"]

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

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

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "fs",
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.url]
version = "2"

[dependencies.webbrowser]
version = "1"

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

[dev-dependencies.tower]
version = "0.5"