# 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" rust-version = "1.67" name = "menhirkv" version = "0.4.5" authors = ["Christian Mauduit (ufoot) "] description = "MenhirKV is yet another local KV store based on RocksDB." homepage = "https://gitlab.com/liberecofr/menhirkv" documentation = "https://docs.rs/crate/menhirkv" readme = "README.md" keywords = [ "kv", "store", "cache", "rocksdb", ] license = "MIT" repository = "https://gitlab.com/liberecofr/menhirkv/tree/main" [dependencies.bincode] version = "1.3" [dependencies.ofilter] version = "0.4.3" [dependencies.rocksdb] version = "0.22" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tempfile] version = "3.10" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0"