[package]
edition = "2024"
name = "gproxy-protocol"
version = "2.2.3"
authors = ["LeenHawk <leenhawk@leenhawk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPROXY protocol types and endpoint metadata"
homepage = "https://gproxy.leenhawk.com"
readme = "README.md"
keywords = [
"llm",
"openai",
"anthropic",
"gemini",
"claude",
]
categories = [
"api-bindings",
"data-structures",
"encoding",
]
license = "MIT"
repository = "https://github.com/LeenHawk/gproxy"
[lib]
name = "gproxy_protocol"
path = "src/lib.rs"
[dependencies.http]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"