chitchat 0.4.1

Cluster membership library using gossip with Scuttlebutt reconciliation.
Documentation
[package]
name = "chitchat"
version = "0.4.1"
edition = "2021"
license = "MIT"
authors = ["Quickwit, Inc. <hello@quickwit.io>"]
description = "Cluster membership library using gossip with Scuttlebutt reconciliation."
repository = "https://github.com/quickwit-oss/chitchat"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytes = "1"
rand = { version = "0.8", features = ["small_rng"] }
serde = { version="1", features=["derive"] }
tokio = { version = "1.14.0", features = ["net", "sync", "rt-multi-thread", "macros", "time"] }
tokio-stream = { version = "0.1", features = [ "sync" ] }
anyhow = "1.0.51"
tracing = "0.1"
async-trait = "0.1"

[dev-dependencies]
assert-json-diff = "2"
mock_instant = "0.2.1"
tracing-subscriber = "0.3"