22 lines
434 B
TOML
22 lines
434 B
TOML
[package]
|
|
name = "cached_tree_hash"
|
|
version = "0.1.0"
|
|
authors = ["Michael Sproul <michael@sigmaprime.io>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
ethereum-types = "0.14.1"
|
|
ssz_types = "0.5.4"
|
|
ethereum_hashing = "1.0.0-beta.2"
|
|
ethereum_ssz_derive = "0.5.3"
|
|
ethereum_ssz = "0.5.0"
|
|
tree_hash = "0.5.2"
|
|
smallvec = "1.6.1"
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "0.9.2"
|
|
quickcheck_macros = "0.9.1"
|
|
|
|
[features]
|
|
arbitrary = ["ethereum-types/arbitrary"]
|