# 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 = "vsdb_hash_db" version = "3.0.0" authors = ["hui.fan@mail.ru"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of the `hash_db::HashDB` trait" 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" [lib] name = "vsdb_hash_db" path = "src/lib.rs" [dependencies.hash-db] version = "0.16.0" [dependencies.keccak-hasher] version = "0.16.0" [dependencies.msgpack] version = "1.1.1" package = "rmp-serde" [dependencies.ruc] version = "7.5.1" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.vsdb] version = "3.0" default-features = false [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"]