gproxy-transform 3.0.0-alpha.0

GPROXY v3 pairwise protocol transforms
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"