quorum-set 0.1.0

Hierarchical quorum trees with deterministic canonical IDs
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.1.0"
authors = ["Zhang Yanpo <drdr.xp@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hierarchical quorum trees with deterministic canonical IDs"
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 = "Apache-2.0"
repository = "https://github.com/drmingdrmer/quorum-set"

[features]
bench = []

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

[dependencies.sha2]
version = "0.10"

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

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

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