gproxy-transform 2.6.3

Pairwise request/response/stream transforms between the OpenAI, Anthropic Claude, and Google Gemini APIs
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 = "2.6.3"
authors = ["LeenHawk <leenhawk@leenhawk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pairwise request/response/stream transforms between the OpenAI, Anthropic Claude, and Google Gemini APIs"
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"

[lib]
name = "gproxy_transform"
path = "src/lib.rs"

[dependencies.blake3]
version = "1"

[dependencies.gproxy-protocol]
version = "=2.6.3"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"