dynamo-protocols 2.0.2

Protocol types for OpenAI-compatible inference APIs with inference-serving extensions.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "dynamo-protocols"
version = "2.0.2"
authors = ["NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol types for OpenAI-compatible inference APIs with inference-serving extensions."
homepage = "https://github.com/ai-dynamo/frontend-crates"
readme = "README.md"
keywords = [
    "llm",
    "genai",
    "inference",
    "openai",
    "anthropic",
]
license = "Apache-2.0 AND MIT"
repository = "https://github.com/ai-dynamo/frontend-crates.git"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "dynamo_protocols"
path = "src/lib.rs"

[dependencies.async-openai]
version = "0.34"
features = [
    "chat-completion-types",
    "response-types",
    "completion-types",
    "embedding-types",
    "image-types",
    "realtime-types",
]
default-features = false

[dependencies.derive_builder]
version = "0.20"

[dependencies.futures]
version = "0.3"

[dependencies.serde]
version = "1"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"
features = ["serde"]

[dependencies.uuid]
version = "1.18.1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1.48"
features = ["full"]

[dev-dependencies.tokio-test]
version = "0.4.4"