# 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 = "araft" version = "0.1.0" build = "./build.rs" description = "An async raft implementation based on tokio + tonic" homepage = "https://github.com/s10db/araft" readme = "README.md" license = "MIT" repository = "https://github.com/s10db/araft" [dependencies.ahash] version = "0.8" [dependencies.argh] version = "0.1" [dependencies.config] version = "0.14" [dependencies.nanoid] version = "0.4.0" [dependencies.prost] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [dependencies.tonic] version = "0.11" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [build-dependencies.tonic-build] version = "0.11"