dynamo-rl 1.3.0

Dynamo RL worker discovery API
# 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-rl"
version = "1.3.0"
authors = ["NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamo RL worker discovery API"
homepage = "https://github.com/ai-dynamo/dynamo"
readme = false
license = "Apache-2.0"
repository = "https://github.com/ai-dynamo/dynamo.git"

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "=0.8.4"
features = [
    "macros",
    "ws",
]

[dependencies.dynamo-runtime]
version = "1.3.0"

[dependencies.futures]
version = "0.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "=1.48.0"
features = ["full"]

[dependencies.tracing]
version = "0.1"