# 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_trie_db" version = "3.0.0" authors = ["hui.fan@mail.ru"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An out-of-box wraper of the `trie_db` crate" 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_trie_db" path = "src/lib.rs" [dependencies.hash-db] version = "0.16.0" [dependencies.parity-scale-codec] version = "3.6.12" [dependencies.ruc] version = "7.5.1" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.trie-db] version = "0.29.1" [dependencies.trie-root] version = "0.18.0" [dependencies.vsdb] version = "3.0" default-features = false [dependencies.vsdb_hash_db] 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"]