# 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 = "reference-trie-fun" version = "100.29.1" authors = ["Parity Technologies "] description = "Simple reference trie format" license = "Apache-2.0" repository = "https://github.com/paritytech/trie/" [[bench]] name = "bench" harness = false [dependencies.hash-db] version = "0.16.0" [dependencies.hashbrown] version = "0.14.1" features = ["ahash"] default-features = false [dependencies.keccak-hasher] version = "0.16.0" [dependencies.parity-scale-codec] version = "3.0.0" features = ["derive"] [dependencies.paste] version = "1.0.12" [dependencies.trie-db-fun] version = "100.28.0" default-features = false [dependencies.trie-root] version = "0.18.0" default-features = false [dev-dependencies.criterion] version = "0.5.1" [features] default = ["std"] std = [ "trie-db-fun/std", "trie-root/std", ]