# 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 = "mmdb_trie_map" version = "0.2.0" authors = ["hui.fan@mail.ru"] description = "Various easy-to-use KV-map structures based of the `mmdb_trie_db` crate" homepage = "https://github.com/rust-util-collections/mmdb" readme = "README.md" keywords = [ "mpt", "trie", "database", "blockchain", ] license = "MIT" repository = "https://github.com/rust-util-collections/mmdb" [dependencies.mmdb_trie_db] version = "0.2.0" default-features = false [features] default = [ "rocks_backend", "msgpack_codec", ] json_codec = ["mmdb_trie_db/json_codec"] msgpack_codec = ["mmdb_trie_db/msgpack_codec"] parity_backend = ["mmdb_trie_db/parity_backend"] rocks_backend = ["mmdb_trie_db/rocks_backend"]