[package]
name = "switchyard-protocol"
version = "0.1.0"
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
documentation = "https://docs.rs/switchyard-protocol"
keywords = ["llm", "protocol", "openai", "anthropic"]
publish = ["crates-io"]
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"