# 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-rocksstore" version = "0.9.17" authors = [ "Databend Authors ", "Anthony Dodd ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A rocksdb based implementation of the `openraft::RaftStorage` trait." homepage = "https://github.com/datafuselabs/openraft" documentation = "https://docs.rs/openraft-rocksstore" 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_rocksstore" path = "src/lib.rs" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "tokio1", ] [dependencies.byteorder] version = "1.4.3" [dependencies.openraft] version = "0.9.0" features = ["serde"] [dependencies.rocksdb] version = "0.20.1" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_json] version = "1.0.57" [dependencies.tracing] version = "0.1.29" [dev-dependencies.tempfile] version = "3.4.0"