raft-proto 0.4.1

Protocol definitions for the rust language implementation of the Raft algorithm.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "raft-proto"
version = "0.4.1"
authors = ["The TiKV Project Developers"]
build = "build.rs"
description = "Protocol definitions for the rust language implementation of the Raft algorithm."
homepage = "https://github.com/pingcap/raft-rs"
documentation = "https://docs.rs/raft-proto"
keywords = ["raft", "distributed-systems", "ha"]
categories = ["algorithms", "database-implementations"]
license = "Apache-2.0"
repository = "https://github.com/pingcap/raft-rs"
[dependencies.bytes]
version = "0.4.11"

[dependencies.lazy_static]
version = "1.3.0"

[dependencies.prost]
version = "0.5"

[dependencies.prost-derive]
version = "0.5"

[dependencies.protobuf]
version = "2"
[build-dependencies.protobuf-build]
version = "0.6"

[features]
default = []
gen = []