[package]
name = "gproxy-protocol"
version = "2.4.2"
edition = "2024"
authors = ["LeenHawk <leenhawk@leenhawk.com>"]
license = "MIT"
description = "GPROXY protocol types and endpoint metadata"
homepage = "https://gproxy.leenhawk.com"
repository = "https://github.com/LeenHawk/gproxy"
readme = "README.md"
keywords = ["llm", "openai", "anthropic", "gemini", "claude"]
categories = ["api-bindings", "data-structures", "encoding"]
[dependencies]
gproxy-protocol-macros = { path = "../gproxy-protocol-macros", version = "=2.4.2" }
http = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"