# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "openraft-memstore" version = "0.9.17" authors = [ "Databend Authors ", "Anthony Dodd ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A in-memory implementation of the `openraft::RaftStorage` trait." homepage = "https://github.com/datafuselabs/openraft" documentation = "https://docs.rs/openraft-memstore" readme = "README.md" keywords = [ "raft", "consensus", ] categories = [ "algorithms", "asynchronous", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/datafuselabs/openraft" [package.metadata.docs.rs] all-features = true [lib] name = "openraft_memstore" path = "src/lib.rs" [dependencies.openraft] version = "0.9.0" features = ["serde"] [dependencies.serde] version = "1.0.114" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.57" [dependencies.tokio] version = "1.22" features = [ "io-util", "macros", "rt", "rt-multi-thread", "sync", "time", ] default-features = false [dependencies.tracing] version = "0.1.40" [dev-dependencies] [features] bt = ["openraft/bt"]