[package] name = "menhirkv" version = "0.4.5" authors = ["Christian Mauduit (ufoot) "] edition = "2021" rust-version = "1.67" description = "MenhirKV is yet another local KV store based on RocksDB." keywords = ["kv", "store", "cache", "rocksdb"] license = "MIT" documentation = "https://docs.rs/crate/menhirkv" homepage = "https://gitlab.com/liberecofr/menhirkv" repository = "https://gitlab.com/liberecofr/menhirkv/tree/main" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } bincode = "1.3" tempfile = "3.10" rocksdb = "0.22" ofilter = "0.4.3" [dev-dependencies] rand = "0.8" serde_json = "1.0"