viewstamped-replication 0.9.0

A Rust-based implementation of the Viewstamped Replication consensus protocol.
Documentation
[dependencies.bytes]
version = "1.5.0"

[dependencies.rand]
version = "0.8.5"

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

[dependencies.uuid]
features = ["v4"]
version = "1.6.1"
[dev-dependencies.clap]
features = ["color", "derive"]
version = "4.4.7"

[dev-dependencies.env_logger]
version = "0.11.3"

[dev-dependencies.log]
version = "0.4.21"

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

[features]
default = []

[package]
authors = ["Miguel D. Salcedo <miguel@salcedo.cc>"]
description = "A Rust-based implementation of the Viewstamped Replication consensus protocol."
documentation = "https://docs.rs/viewstamped-replication"
edition = "2021"
homepage = "https://github.com/misalcedo/vr"
license = "Apache-2.0"
name = "viewstamped-replication"
readme = "README.md"
repository = "https://github.com/misalcedo/vr"
version = "0.9.0"
[profile.release]
debug = 2
lto = true