faction 0.3.3

A no_std + alloc, protocol-independent cluster readiness state machine for startup coordination and readiness quorum tracking.
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 = "2021"
rust-version = "1.85"
name = "faction"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no_std + alloc, protocol-independent cluster readiness state machine for startup coordination and readiness quorum tracking."
homepage = "https://github.com/umbgtt10/faction"
documentation = "https://docs.rs/faction"
readme = "README.md"
keywords = [
    "cluster",
    "readiness",
    "distributed",
    "consensus",
    "no-std",
]
categories = [
    "no-std",
    "algorithms",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/umbgtt10/faction"

[features]
alloc = []
default = []

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

[[test]]
name = "all_tests"
path = "tests/all_tests.rs"

[dependencies]

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.rstest]
version = "0.18"