[package]
name = "switchyard-protocol"
version.workspace = true
description = "Provider-neutral LLM protocol types for Switchyard"
authors.workspace = true
edition.workspace = true
homepage = "https://github.com/NVIDIA-NeMo/Switchyard"
license.workspace = true
readme = "README.md"
repository.workspace = true
rust-version.workspace = true
keywords = ["llm", "protocol", "openai", "anthropic"]
publish = ["crates-io"]
[dependencies]
async-trait.workspace = true
futures.workspace = true
http.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true