2019-02-14 01:09:18 +00:00
|
|
|
[package]
|
|
|
|
name = "state_processing"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
hashing = { path = "../utils/hashing" }
|
2019-02-15 01:21:19 +00:00
|
|
|
int_to_bytes = { path = "../utils/int_to_bytes" }
|
2019-02-14 01:09:18 +00:00
|
|
|
integer-sqrt = "0.1"
|
|
|
|
log = "0.4"
|
|
|
|
ssz = { path = "../utils/ssz" }
|
|
|
|
types = { path = "../types" }
|
|
|
|
rayon = "1.0"
|