mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-20 05:14:35 +00:00
22 lines
444 B
TOML
22 lines
444 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 = "1.0.0-beta.0"
|
|
eth2_hashing = "0.3.0"
|
|
ethereum_ssz_derive = "1.0.0-beta.2"
|
|
ethereum_ssz = "1.0.0-beta.2"
|
|
tree_hash = "0.4.1"
|
|
smallvec = "1.6.1"
|
|
|
|
[dev-dependencies]
|
|
quickcheck = "0.9.2"
|
|
quickcheck_macros = "0.9.1"
|
|
|
|
[features]
|
|
arbitrary = ["ethereum-types/arbitrary"]
|