[package]
edition = "2024"
rust-version = "1.96.1"
name = "switchyard-protocol"
version = "0.2.0"
authors = ["NVIDIA Corporation"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provider-neutral LLM protocol types for Switchyard"
homepage = "https://github.com/NVIDIA-NeMo/Switchyard"
readme = "README.md"
keywords = [
"llm",
"protocol",
"openai",
"anthropic",
]
license = "Apache-2.0"
repository = "https://github.com/NVIDIA-NeMo/Switchyard"
[lib]
name = "switchyard_protocol"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.futures]
version = "0.3"
[dependencies.http]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"