viewstamped-replication 0.4.0

A Rust-based implementation of the Viewstamped Replication consensus protocol.
Documentation
[dependencies.uuid]
features = ["v7"]
version = "1.6.1"

[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.4.0"
[profile.release]
debug = 2
lto = true