[package] name = "cached_tree_hash" version = "0.1.0" authors = ["Michael Sproul "] edition = "2018" [dependencies] ethereum-types = "0.11.0" eth2_ssz_types = "0.2.0" eth2_hashing = "0.2.0" eth2_ssz_derive = "0.2.1" eth2_ssz = "0.3.0" tree_hash = "0.3.0" smallvec = "1.6.1" [dev-dependencies] quickcheck = "0.9.2" quickcheck_macros = "0.9.1" [features] arbitrary = ["ethereum-types/arbitrary"]