quorum-set 0.2.0

Quorum sets, hierarchical quorum trees, and quorum-accepted progress tracking for consensus protocols
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 = "quorum-set"
version = "0.2.0"
authors = ["Zhang Yanpo <drdr.xp@gmail.com>"]
build = false
exclude = [
    ".github",
    ".gitignore",
    "Makefile",
    "rust-toolchain",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quorum sets, hierarchical quorum trees, and quorum-accepted progress tracking for consensus protocols"
homepage = "https://github.com/drmingdrmer/quorum-set"
documentation = "https://docs.rs/quorum-set"
readme = "README.md"
keywords = [
    "quorum",
    "raft",
    "consensus",
]
categories = [
    "algorithms",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/drmingdrmer/quorum-set"

[lib]
name = "quorum_set"
path = "src/lib.rs"
bench = false

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

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

[dependencies.sha2]
version = "0.10"

[dependencies.validit]
version = "0.2.6"
default-features = false

[dev-dependencies.anyhow]
version = "1.0"

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

[dev-dependencies.maplit]
version = "1.0.2"