vsdb_hash_db 5.0.0

An implementation of the `hash_db::HashDB` trait
Documentation
[dependencies.hash-db]
version = "0.16.0"

[dependencies.keccak-hasher]
version = "0.16.0"

[dependencies.msgpack]
package = "rmp-serde"
version = "1.1.1"

[dependencies.ruc]
version = "8.0.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.136"

[dependencies.vsdb]
default-features = false
version = "5.0"

[features]
default = ["parity_backend", "msgpack_codec"]
json_codec = ["vsdb/json_codec"]
msgpack_codec = ["vsdb/msgpack_codec"]
parity_backend = ["vsdb/parity_backend"]
rocks_backend = ["vsdb/rocks_backend"]

[lib]
name = "vsdb_hash_db"
path = "src/lib.rs"

[package]
authors = ["hui.fan@mail.ru"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An implementation of the `hash_db::HashDB` trait"
edition = "2024"
homepage = "https://github.com/rust-util-collections/vsdb"
keywords = ["mpt", "trie", "database", "blockchain"]
license = "MIT"
name = "vsdb_hash_db"
readme = "README.md"
repository = "https://github.com/rust-util-collections/vsdb"
version = "5.0.0"