[package] name = "kvraft" version = "0.1.0" edition = "2018" [dependencies] bincode = "1.3.3" bytes = "1.0" labrpc = "0.1.12" parking_lot = "0.11.1" rand = "0.8" ruaft = { path = "..", features = ["integration-test"] } linearizability = { path = "../linearizability" } serde = "1.0.116" serde_derive = "1.0.116" test_utils = { path = "../test_utils" } tokio = { version = "1.7", features = ["time", "parking_lot"] } log = "0.4.14" [dev-dependencies] scopeguard = "1.1.0" stdext = "0.3.0"