# 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 = "simple-raft" version = "0.2.0" exclude = [".github/"] description = "A minimal implementation of the Raft consensus algorithm" keywords = ["raft", "no_std"] categories = ["database-implementations", "no-std"] license = "AGPL-3.0-or-later" repository = "https://github.com/simple-raft-rs/raft-rs" [[example]] name = "simple" test = true [[example]] name = "threaded" test = true [dependencies.bytes] version = "1.0" features = [] default-features = false [dependencies.log] version = "0.4" [dependencies.prost] version = "0.7" features = ["prost-derive"] optional = true default-features = false [dependencies.rand_core] version = "0.6" features = [] default-features = false [dev-dependencies.derive_more] version = "0.99" [dev-dependencies.env_logger] version = "0.8" features = [] default_features = false [dev-dependencies.itertools] version = "0.10" [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_chacha] version = "0.3" [features] default = ["prost"]