[dependencies]
[dev-dependencies.rand]
version = "0.9.2"
[lib]
name = "raftbare"
path = "src/lib.rs"
[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Minimal but feature-complete, I/O-free implementation of Raft distributed consensus algorithm"
edition = "2024"
homepage = "https://github.com/sile/raftbare"
license = "MIT"
name = "raftbare"
readme = "README.md"
repository = "https://github.com/sile/raftbare"
version = "0.2.2"
[[test]]
name = "fixed_scenario_test"
path = "tests/fixed_scenario_test.rs"
[[test]]
name = "random_scenario_test"
path = "tests/random_scenario_test.rs"