2019-04-25 23:55:03 +00:00
|
|
|
[package]
|
|
|
|
name = "cached_tree_hash"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
2019-04-28 01:38:32 +00:00
|
|
|
[[bench]]
|
|
|
|
name = "benches"
|
|
|
|
harness = false
|
|
|
|
|
2019-04-25 23:55:03 +00:00
|
|
|
[dev-dependencies]
|
2019-04-28 01:38:32 +00:00
|
|
|
criterion = "0.2"
|
2019-04-25 23:55:03 +00:00
|
|
|
tree_hash_derive = { path = "../tree_hash_derive" }
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tree_hash = { path = "../tree_hash" }
|
|
|
|
ethereum-types = "0.5"
|
|
|
|
hashing = { path = "../hashing" }
|
|
|
|
int_to_bytes = { path = "../int_to_bytes" }
|