hyperinfer-client 0.2.0

High-level client SDK for HyperInfer LLM Gateway
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 = "2021"
name = "hyperinfer-client"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level client SDK for HyperInfer LLM Gateway"
homepage = "https://github.com/AndroZa0812/HyperInfer"
documentation = "https://docs.rs/hyperinfer-client"
readme = "README.md"
keywords = [
    "llm",
    "gateway",
    "client",
    "sdk",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/AndroZa0812/HyperInfer"
resolver = "3"

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

[dependencies.async-stream]
version = "0.3"

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

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.dyn-clone]
version = "1.0.20"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.hyperinfer-core]
version = "0.1.1"

[dependencies.hyperinfer-providers]
version = "0.1.0"
features = [
    "openai",
    "anthropic",
]

[dependencies.hyperinfer-router]
version = "0.1.0"

[dependencies.opentelemetry]
version = "0.32"

[dependencies.opentelemetry-http]
version = "0.32"

[dependencies.opentelemetry-otlp]
version = "0.32"
features = ["http-proto"]

[dependencies.opentelemetry_sdk]
version = "0.32"
features = ["rt-tokio"]

[dependencies.redis]
version = "1.2"
features = [
    "aio",
    "tokio-comp",
    "connection-manager",
]

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.tokio]
version = "1.52"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.33"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "registry",
]

[dev-dependencies.testcontainers]
version = "0.27.3"

[dev-dependencies.testcontainers-modules]
version = "0.15.0"
features = ["redis"]

[dev-dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "rt-multi-thread",
]