# 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 = "riteraft" version = "0.1.0" authors = ["Chojan Shang "] description = "RiteRaft - A raft framework, for regular people" readme = "README.md" keywords = [ "raft", "distributed-systems", "ha", ] license = "MIT/Apache-2.0" repository = "https://github.com/ritedb/riteraft" [dependencies.async-trait] version = "0.1.48" [dependencies.bincode] version = "1.3" [dependencies.log] version = "0.4" features = ["std"] [dependencies.prost] version = "0.11" [dependencies.raft] version = "0.7" features = ["prost-codec"] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.slog] version = "2" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tonic] version = "0.9" [build-dependencies.tonic-build] version = "0.9"