# 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 = "trie_db_impl_vsdb" version = "0.4.0" authors = ["hui.fan@mail.ru"] description = "An out-of-box wraper of the `trie_db` crate" homepage = "https://github.com/rust-util-collections/trie-db-impl-vsdb" readme = "README.md" keywords = [ "mpt", "trie", "database", "blockchain", ] license = "MIT" repository = "https://github.com/rust-util-collections/trie-db-impl-vsdb" [dependencies.backend] version = "0.3.1" default-features = false package = "hash-db-impl-vsdb" [dependencies.ruc] version = "4.1.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sp-trie] version = "19.0" [features] bcs_codec = ["backend/bcs_codec"] default = [ "sled_engine", "bcs_codec", ] json_codec = ["backend/json_codec"] msgpack_codec = ["backend/msgpack_codec"] rocks_engine = ["backend/rocks_engine"] sled_engine = ["backend/sled_engine"]