gproxy-transform 3.0.0-alpha.0

GPROXY v3 pairwise protocol transforms
Documentation
[package]
name = "gproxy-transform"
description = "GPROXY v3 pairwise protocol transforms"
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", "transform"]
categories = ["api-bindings", "encoding", "web-programming"]

[features]
exhaustive = ["gproxy-protocol/exhaustive"]

[dependencies]
gproxy-protocol.workspace = true
bytes.workspace = true
serde.workspace = true
serde_json.workspace = true
form_urlencoded.workspace = true
thiserror.workspace = true