2019-11-05 04:46:52 +00:00
|
|
|
[package]
|
|
|
|
name = "cached_tree_hash"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Michael Sproul <michael@sigmaprime.io>"]
|
2023-09-22 04:30:56 +00:00
|
|
|
edition = { workspace = true }
|
2019-11-05 04:46:52 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-09-22 04:30:56 +00:00
|
|
|
ethereum-types = { workspace = true }
|
|
|
|
ssz_types = { workspace = true }
|
|
|
|
ethereum_hashing = { workspace = true }
|
|
|
|
ethereum_ssz_derive = { workspace = true }
|
|
|
|
ethereum_ssz = { workspace = true }
|
|
|
|
tree_hash = { workspace = true }
|
|
|
|
smallvec = { workspace = true }
|
2019-11-05 04:46:52 +00:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2023-09-22 04:30:56 +00:00
|
|
|
quickcheck = { workspace = true }
|
|
|
|
quickcheck_macros = { workspace = true }
|
2020-05-05 23:12:28 +00:00
|
|
|
|
|
|
|
[features]
|
|
|
|
arbitrary = ["ethereum-types/arbitrary"]
|