[package]
edition = "2024"
name = "gproxy-transform"
version = "3.0.0-alpha.0"
authors = ["LeenHawk <leenhawk@leenhawk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GPROXY v3 pairwise protocol transforms"
homepage = "https://gproxy.leenhawk.com"
readme = "README.md"
keywords = [
"llm",
"openai",
"anthropic",
"gemini",
"transform",
]
categories = [
"api-bindings",
"encoding",
"web-programming",
]
license = "MIT"
repository = "https://github.com/LeenHawk/gproxy"
[features]
exhaustive = ["gproxy-protocol/exhaustive"]
[lib]
name = "gproxy_transform"
path = "src/lib.rs"
[[test]]
name = "public_api"
path = "tests/public_api.rs"
[dependencies.bytes]
version = "1"
[dependencies.form_urlencoded]
version = "1"
[dependencies.gproxy-protocol]
version = "=3.0.0-alpha.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"