vsdb_trie_db 8.3.0

A lightweight, production-grade Merkle Patricia Trie (MPT) implementation for vsdb
Documentation
# 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 = "2024"
name = "vsdb_trie_db"
version = "8.3.0"
authors = ["hui.fan@mail.ru"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, production-grade Merkle Patricia Trie (MPT) implementation for vsdb"
homepage = "https://github.com/rust-util-collections/vsdb"
readme = "README.md"
keywords = [
    "mpt",
    "trie",
    "database",
    "blockchain",
]
license = "MIT"
repository = "https://github.com/rust-util-collections/vsdb"

[features]
default = ["msgpack_codec"]
msgpack_codec = ["vsdb/msgpack_codec"]

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

[dependencies.ruc]
version = "9.0.0"

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

[dependencies.sha3]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

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

[dev-dependencies.rand]
version = "0.9.2"