trie-db 0.12.2

Merkle-Patricia Trie generic over key hasher and node encoding
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "trie-db"
version = "0.12.2"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Merkle-Patricia Trie generic over key hasher and node encoding"
license = "Apache-2.0"
repository = "https://github.com/paritytech/parity-common"

[[bench]]
name = "bench"
harness = false
[dependencies.elastic-array]
version = "0.10"
default-features = false

[dependencies.hash-db]
version = "0.12.2"
default-features = false

[dependencies.hashmap_core]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.6"
default-features = false
[dev-dependencies.criterion]
version = "0.2.8"

[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.hex-literal]
version = "0.1"

[dev-dependencies.keccak-hasher]
version = "0.12.2"

[dev-dependencies.memory-db]
version = "0.12.2"

[dev-dependencies.trie-root]
version = "0.12.2"

[dev-dependencies.trie-standardmap]
version = "0.12.2"

[features]
default = ["std"]
std = ["elastic-array/std", "hash-db/std", "rand/std", "hashmap_core/disable"]