switchyard-protocol 0.1.0

Provider-neutral LLM protocol types for Switchyard
Documentation
# SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

[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"