velo-common 0.1.0

Common types for Velo distributed systems (identity, address, transport)
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-common"
version = "0.1.0"
authors = ["NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common types for Velo distributed systems (identity, address, transport)"
homepage = "https://github.com/ai-dynamo/velo"
readme = "README.md"
keywords = [
    "nvidia",
    "distributed",
]
license = "Apache-2.0"
repository = "https://github.com/ai-dynamo/velo.git"

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

[dependencies.bytes]
version = "1"

[dependencies.rmp-serde]
version = "1"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.xxhash-rust]
version = "0.8"
features = [
    "xxh3",
    "const_xxh3",
]