[package]
edition = "2024"
name = "gproxy-channel-api"
version = "2.2.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.2.0"
[dependencies.gproxy-transform]
version = "2.2.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"