switchyard-protocol 0.2.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.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