[package]
edition = "2021"
rust-version = "1.96.1"
name = "switchyard-protocol"
version = "0.1.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"
documentation = "https://docs.rs/switchyard-protocol"
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.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"