coproxy 0.6.0

OpenAI-compatible API proxy backed by GitHub Copilot
Documentation
[package]
name = "coproxy"
version = "0.6.0"
edition = "2024"
description = "OpenAI-compatible API proxy backed by GitHub Copilot"
license = "MIT"
repository = "https://github.com/hedonhermdev/coproxy"
homepage = "https://github.com/hedonhermdev/coproxy"
keywords = ["openai", "copilot", "proxy", "api", "llm"]
categories = ["command-line-utilities", "web-programming::http-server"]
readme = "README.md"

[dependencies]
anyhow = "1"
async-stream = "0.3"
axum = "0.7"
bytes = "1"
chrono = { version = "0.4", features = ["serde"] }
futures-util = { version = "0.3", default-features = false, features = ["std"] }
clap = { version = "4", features = ["derive", "env"] }
directories = "5"
libc = "0.2"
reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls-native-roots"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "1"
tokio = { version = "1", features = ["fs", "macros", "process", "rt-multi-thread", "signal", "sync", "time"] }
tower = "0.5"
tower-http = { version = "0.5", features = ["trace", "request-id", "util"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
uuid = { version = "1", features = ["v4"] }