[package]
name = "gproxy-protocol"
description = "GPROXY v3 protocol model: operation taxonomy, wire kinds, and the OperationSpec registry"
version.workspace = true
edition.workspace = true
license = "MIT"
repository.workspace = true
authors = ["LeenHawk <leenhawk@leenhawk.com>"]
homepage = "https://gproxy.leenhawk.com"
readme = "README.md"
keywords = ["llm", "openai", "anthropic", "gemini", "claude"]
categories = ["api-bindings", "data-structures", "encoding"]
[features]
exhaustive = []
[dependencies]
gproxy-protocol-macros.workspace = true
http.workspace = true
serde.workspace = true
serde_json.workspace = true