81a089aa8b
* Remove cached_tree_hash benches * Remove state_processing benches
26 lines
592 B
TOML
26 lines
592 B
TOML
[package]
|
|
name = "state_processing"
|
|
version = "0.1.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2018"
|
|
|
|
[dev-dependencies]
|
|
env_logger = "0.6.0"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_yaml = "0.8"
|
|
|
|
[dependencies]
|
|
bls = { path = "../utils/bls" }
|
|
integer-sqrt = "0.1"
|
|
itertools = "0.8"
|
|
eth2_ssz_types = { path = "../utils/ssz_types" }
|
|
merkle_proof = { path = "../utils/merkle_proof" }
|
|
tree_hash = { path = "../utils/tree_hash" }
|
|
tree_hash_derive = { path = "../utils/tree_hash_derive" }
|
|
types = { path = "../types" }
|
|
rayon = "1.0"
|
|
|
|
[features]
|
|
fake_crypto = ["bls/fake_crypto"]
|