# 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-memstore" version = "1.1.0" authors = ["Attila Bagossy "] description = "An in-memory implementation of the `agreed::RaftStorage` trait. Fork of async-raft's memstore crate." homepage = "https://github.com/agreed/agreed" documentation = "https://docs.rs/agreed-memstore" readme = "README.md" keywords = ["raft", "consensus", "data-storage"] categories = ["algorithms", "asynchronous", "data-structures"] license = "MIT/Apache-2.0" repository = "https://github.com/agreed/agreed" [package.metadata.docs.rs] features = ["docinclude"] [dependencies.agreed] version = "1.1.0" [dependencies.anyhow] version = "1.0.40" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1.0" features = ["sync"] default-features = false [dependencies.tracing] version = "0.1.26" [dependencies.tracing-futures] version = "0.2.5" [features] docinclude = []