switchyard-llm-client 0.2.0

HTTP LLM client speaking Switchyard's neutral IR directly
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"
rust-version = "1.96.1"
name = "switchyard-llm-client"
version = "0.2.0"
authors = ["NVIDIA Corporation"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP LLM client speaking Switchyard's neutral IR directly"
homepage = "https://github.com/NVIDIA-NeMo/Switchyard"
documentation = "https://docs.rs/switchyard-llm-client"
readme = "README.md"
keywords = [
    "llm",
    "client",
    "openai",
    "anthropic",
]
license = "Apache-2.0"
repository = "https://github.com/NVIDIA-NeMo/Switchyard"

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

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

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

[dependencies.http]
version = "1"

[dependencies.httpdate]
version = "1"

[dependencies.opentelemetry]
version = "0.32"
features = ["metrics"]
default-features = false

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "rustls",
    "stream",
]
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.switchyard-protocol]
version = "0.2.0"

[dependencies.switchyard-translation]
version = "0.2.0"

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

[dependencies.tracing]
version = "0.1"
features = [
    "attributes",
    "std",
]
default-features = false

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

[dev-dependencies.wiremock]
version = "0.6"