datum-cluster 0.10.3

Datum cluster membership over SWIM gossip
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"
rust-version = "1.88"
name = "datum-cluster"
version = "0.10.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Datum cluster membership over SWIM gossip"
homepage = "https://github.com/Aethergrids/Datum"
documentation = "https://docs.rs/datum-cluster"
readme = "README.md"
keywords = [
    "cluster",
    "membership",
    "swim",
    "gossip",
    "datum",
]
categories = [
    "asynchronous",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/Aethergrids/Datum"
resolver = "2"

[features]
default = []

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

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

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

[[bench]]
name = "cluster"
path = "benches/cluster.rs"
harness = false

[dependencies.bincode]
version = "2"
features = ["serde"]

[dependencies.datum-core]
version = "0.10.3"

[dependencies.datum-net]
version = "0.10.3"

[dependencies.foca]
version = "1.0.0"
features = [
    "std",
    "bincode-codec",
    "unstable-notifications",
]

[dependencies.rand]
version = "0.9"
features = ["small_rng"]

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "net",
    "rt-multi-thread",
    "sync",
    "time",
]

[dev-dependencies.criterion]
version = "0.8.2"