claude-code-proxy 0.4.0

OpenAI-compatible API proxy for Claude Code CLI
# 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"
name = "claude-code-proxy"
version = "0.4.0"
authors = ["i-am-logger"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAI-compatible API proxy for Claude Code CLI"
readme = "README.md"
keywords = [
    "claude-code",
    "openai",
    "proxy",
    "llm",
    "api",
]
categories = [
    "command-line-utilities",
    "web-programming::http-server",
]
license = "CC-BY-NC-SA-4.0"
repository = "https://github.com/i-am-logger/claude-code-proxy"

[[bin]]
name = "claude-code-proxy"
path = "src/main.rs"

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

[dependencies.axum]
version = "0.8"
features = ["json"]

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

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

[dependencies.serde_json]
version = "1"

[dependencies.subtle]
version = "2"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"
features = ["io-util"]

[dependencies.tower-http]
version = "0.6"
features = ["cors"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.proptest]
version = "1"

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