gproxy-channel-api 2.6.0

Channel contracts for extending GPROXY with provider adapters
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-channel-api"
version = "2.6.0"
authors = ["LeenHawk <leenhawk@leenhawk.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Channel contracts for extending GPROXY with provider adapters"
homepage = "https://gproxy.leenhawk.com"
readme = "README.md"
keywords = [
    "llm",
    "proxy",
    "provider",
    "channel",
    "api",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/LeenHawk/gproxy"

[package.metadata.docs.rs]
features = ["external-channels"]

[features]
external-channels = ["dep:linkme"]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

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

[dependencies.gproxy-transform]
version = "=2.6.0"

[dependencies.http]
version = "1"

[dependencies.httpdate]
version = "1"

[dependencies.linkme]
version = "0.3"
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3"