lighthouse/consensus/cached_tree_hash/Cargo.toml

22 lines
557 B
TOML
Raw Normal View History

[package]
name = "cached_tree_hash"
version = "0.1.0"
authors = ["Michael Sproul <michael@sigmaprime.io>"]
edition = { workspace = true }
[dependencies]
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 }
[dev-dependencies]
quickcheck = { workspace = true }
quickcheck_macros = { workspace = true }
[features]
arbitrary = ["ethereum-types/arbitrary"]