# 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 = "agreed" version = "1.1.0" authors = ["Attila Bagossy "] description = "Fork of async-raft, the Tokio-based Rust implementation of the Raft protocol." homepage = "https://github.com/nlv8/agreed" documentation = "https://docs.rs/agreed" readme = "../README.md" keywords = ["raft", "consensus", "data-storage"] categories = ["algorithms", "asynchronous", "data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/nlv8/agreed" [package.metadata.docs.rs] features = ["docinclude"] [dependencies.anyhow] version = "1.0.40" [dependencies.async-trait] version = "0.1.50" [dependencies.bytes] version = "1.0" [dependencies.derive_more] version = "0.99.13" features = ["from"] default-features = false [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.24" [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.5" [features] docinclude = []