# 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 = "async-raft" version = "0.6.1" authors = ["Anthony Dodd "] description = "An async implementation of the Raft distributed consensus protocol." homepage = "https://github.com/async-raft/async-raft" documentation = "https://docs.rs/async-raft" readme = "../README.md" keywords = ["raft", "consensus", "data-storage"] categories = ["algorithms", "asynchronous", "data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/async-raft/async-raft" [package.metadata.docs.rs] features = ["docinclude"] [dependencies.anyhow] version = "1.0.32" [dependencies.async-trait] version = "0.1.36" [dependencies.bytes] version = "1.0" [dependencies.derive_more] version = "0.99.9" features = ["from"] default-features = false [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "1.0" features = ["fs", "io-util", "macros", "rt", "rt-multi-thread", "sync", "time"] default-features = false [dependencies.tracing] version = "0.1" [dependencies.tracing-futures] version = "0.2.4" [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.memstore] version = "0.2.0" [dev-dependencies.tracing-subscriber] version = "0.2.10" [features] docinclude = []