# 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 = "memstore" version = "0.2.0" authors = ["Anthony Dodd "] description = "An in-memory implementation of the `async-raft::RaftStorage` trait." homepage = "https://github.com/async-raft/async-raft" documentation = "https://docs.rs/memstore" 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-raft] version = "0.6" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "1.0" features = ["sync"] default-features = false [dependencies.tracing] version = "0.1.17" [dependencies.tracing-futures] version = "0.2.4" [features] docinclude = []