reference-trie 0.29.3

Simple reference trie format
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 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"
version = "0.29.3"
authors = ["Parity Technologies <admin@parity.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple reference trie format"
readme = false
license = "Apache-2.0"
repository = "https://github.com/paritytech/trie/"

[features]
default = ["std"]
std = [
    "trie-db/std",
    "trie-root/std",
]

[lib]
name = "reference_trie"
path = "src/lib.rs"

[[bench]]
name = "bench"
path = "benches/bench.rs"
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]
version = "0.32.0"
default-features = false

[dependencies.trie-root]
version = "0.18.0"
default-features = false

[dev-dependencies.criterion]
version = "0.5.1"