# 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 = "2018" name = "trie-db" version = "0.29.1" authors = ["Parity Technologies "] description = "Merkle-Patricia Trie generic over key hasher and node encoding" license = "Apache-2.0" repository = "https://github.com/paritytech/trie" [dependencies.hash-db] version = "0.16.0" default-features = false [dependencies.log] version = "0.4" [dependencies.rustc-hex] version = "2.1.0" optional = true default-features = false [dependencies.smallvec] version = "1.0.0" features = [ "union", "const_new", ] [features] default = ["std"] std = [ "hash-db/std", "rustc-hex", ]