2019-03-06 03:46:12 +00:00
|
|
|
[package]
|
|
|
|
name = "operation_pool"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Michael Sproul <michael@sigmaprime.io>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2019-06-17 08:07:14 +00:00
|
|
|
boolean-bitfield = { path = "../utils/boolean-bitfield" }
|
2019-03-19 08:15:33 +00:00
|
|
|
int_to_bytes = { path = "../utils/int_to_bytes" }
|
|
|
|
itertools = "0.8"
|
2019-03-30 01:26:25 +00:00
|
|
|
parking_lot = "0.7"
|
2019-03-06 03:46:12 +00:00
|
|
|
types = { path = "../types" }
|
2019-03-19 08:15:33 +00:00
|
|
|
state_processing = { path = "../state_processing" }
|
2019-07-03 06:06:20 +00:00
|
|
|
eth2_ssz = { path = "../utils/ssz" }
|
|
|
|
eth2_ssz_derive = { path = "../utils/ssz_derive" }
|