# 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 = "almost-raft"
version = "0.3.0"
authors = ["Md Sarowar Alam <sarowar.cse@gmail.com>"]
description = "An implementation of Raft leader election\n"
readme = "README.md"
keywords = ["cluster", "distributed-system", "raft", "consensus"]
categories = ["algorithms", "network-programming"]
license = "MIT"
repository = "https://github.com/eipi1/almost-raft"
[dependencies.async-trait]
version = "0.1"

[dependencies.futures-util]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tokio]
version = "1.9"
features = ["time", "sync", "test-util", "macros", "rt"]

[dependencies.tokio-stream]
version = "0.1"
[dev-dependencies.tracing-subscriber]
version = "0.2"

[dev-dependencies.uuid]
version = "0.8"
features = ["v4"]