# 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" name = "mephisto-raft" version = "0.2.0" authors = ["tison "] description = "The rust language implementation of Raft algorithm." readme = "README.md" keywords = [ "distributed-systems", "raft", ] license = "Apache-2.0" repository = "https://github.com/cratesland/mephisto/" [dependencies.bytes] version = "1.4.0" [dependencies.enum-iterator] version = "1.4.1" [dependencies.fail] version = "0.5.1" [dependencies.fxhash] version = "0.2.1" [dependencies.getset] version = "0.1.1" [dependencies.prost] version = "0.12.1" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1.37" [dev-dependencies.anyhow] version = "1.0.71" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.goldenfile] version = "1.4.5" [dev-dependencies.itertools] version = "0.11.0" [dev-dependencies.regex] version = "1.8.4" [dev-dependencies.tracing-subscriber] version = "0.3.17" [build-dependencies.prost-build] version = "0.12.1" [build-dependencies.protobuf-src] version = "1.1.0" [features] failpoints = ["fail/failpoints"]