[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"