velo 0.2.0

High-level facade for Velo distributed systems
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 = "velo"
version = "0.2.0"
authors = ["NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level facade for Velo distributed systems"
homepage = "https://github.com/ai-dynamo/velo"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/ai-dynamo/velo.git"

[features]
distributed-tracing = [
    "velo-messenger/distributed-tracing",
    "velo-streaming/distributed-tracing",
    "velo-transports/distributed-tracing",
]
etcd = ["velo-discovery/etcd"]
grpc = ["velo-streaming/grpc"]
queue-messenger = ["velo-queue/messenger"]
queue-nats = ["velo-queue/nats"]
zmq = ["velo-transports/zmq"]

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

[[test]]
name = "basic_messaging"
path = "tests/basic_messaging.rs"

[[test]]
name = "observability_scenarios"
path = "tests/observability_scenarios.rs"

[[test]]
name = "rendezvous_integration"
path = "tests/rendezvous_integration.rs"

[[test]]
name = "streaming_transport"
path = "tests/streaming_transport.rs"

[[test]]
name = "two_instance_events"
path = "tests/two_instance_events.rs"

[dependencies.anyhow]
version = "1.0.0"

[dependencies.bytes]
version = "1"

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

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

[dependencies.tokio-util]
version = "0.7.17"
features = [
    "codec",
    "net",
    "rt",
    "io-util",
]

[dependencies.velo-common]
version = "0.1.0"

[dependencies.velo-discovery]
version = "0.1.1"

[dependencies.velo-events]
version = "0.1.0"

[dependencies.velo-messenger]
version = "0.2.0"

[dependencies.velo-observability]
version = "0.1.1"

[dependencies.velo-queue]
version = "0.1.1"

[dependencies.velo-rendezvous]
version = "0.1.1"

[dependencies.velo-streaming]
version = "0.4.0"

[dependencies.velo-transports]
version = "0.2.0"

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

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.prometheus]
version = "0.14"

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

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

[dev-dependencies.tempfile]
version = "3"

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

[dev-dependencies.velo-observability]
version = "0.1.1"
features = ["test-helpers"]

[dev-dependencies.velo-transports]
version = "0.2.0"