[package] name = "raftbare" version = "0.1.4" edition = "2021" authors = ["Takeru Ohta "] license = "MIT" description = "Minimal but feature-complete, I/O-free implementation of Raft distributed consensus algorithm" homepage = "https://github.com/sile/raftbare" repository = "https://github.com/sile/raftbare" readme = "README.md" [dependencies] [dev-dependencies] rand = "0.8.5"