# 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-compat07" version = "0.8.9" authors = [ "Databend Authors ", "Anthony Dodd ", ] description = "A example v07 compatible implementation of the `openraft::RaftStorage` trait." homepage = "https://github.com/datafuselabs/openraft" documentation = "https://docs.rs/openraft-rocksstore-copmat07" readme = "README.md" keywords = [ "raft", "consensus", ] categories = [ "algorithms", "asynchronous", "data-structures", ] license = "MIT/Apache-2.0" repository = "https://github.com/datafuselabs/openraft" [package.metadata.docs.rs] all-features = true [dependencies.async-std] version = "1.12.0" features = [ "attributes", "tokio1", ] [dependencies.byteorder] version = "1.4.3" [dependencies.openraft] version = "0.8.9" features = [ "compat-07", "bt", ] package = "openraft" [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.anyhow] version = "1.0.63" [dev-dependencies.async-trait] version = "0.1.36" [dev-dependencies.rocksstore07] version = "0.7.4" package = "openraft-rocksstore" [dev-dependencies.tempfile] version = "3.4.0" [dev-dependencies.tokio] version = "1.25.0"