# 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 = "hash-db-impl-vsdb" version = "0.3.1" authors = ["hui.fan@mail.ru"] description = "An implementation of the `hash_db::HashDB` trait" homepage = "https://github.com/rust-util-collections/hash-db-impl-vsdb" readme = "README.md" keywords = [ "mpt", "trie", "database", "blockchain", ] license = "MIT" repository = "https://github.com/rust-util-collections/hash-db-impl-vsdb" [dependencies.bcs] version = "0.1.5" [dependencies.hash-db] version = "0.15.2" [dependencies.keccak-hasher] version = "0.15.3" [dependencies.ruc] version = "4.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sp-trie] version = "19.0.0" [dependencies.sp-trie-db] version = "0.26.0" package = "trie-db" [dependencies.vsdb] version = "0.52.1" default-features = false [features] bcs_codec = ["vsdb/bcs_codec"] default = [ "sled_engine", "bcs_codec", ] json_codec = ["vsdb/json_codec"] msgpack_codec = ["vsdb/msgpack_codec"] rocks_engine = ["vsdb/rocks_engine"] sled_engine = ["vsdb/sled_engine"]