2019-03-20 05:24:28 +00:00
|
|
|
[package]
|
|
|
|
name = "account_manager"
|
|
|
|
version = "0.0.1"
|
2019-11-25 04:48:24 +00:00
|
|
|
authors = ["Paul Hauner <paul@paulhauner.com>", "Luke Anderson <luke@sigmaprime.io>"]
|
2019-03-20 05:24:28 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
2019-11-25 04:48:24 +00:00
|
|
|
[dev-dependencies]
|
|
|
|
tempdir = "0.3"
|
|
|
|
|
2019-03-20 05:24:28 +00:00
|
|
|
[dependencies]
|
|
|
|
bls = { path = "../eth2/utils/bls" }
|
2019-10-30 01:22:18 +00:00
|
|
|
clap = "2.33.0"
|
|
|
|
slog = "2.5.2"
|
|
|
|
slog-term = "2.4.2"
|
|
|
|
slog-async = "2.3.0"
|
2019-04-08 05:02:11 +00:00
|
|
|
types = { path = "../eth2/types" }
|
2019-10-30 01:22:18 +00:00
|
|
|
dirs = "2.0.2"
|
2019-11-22 00:35:41 +00:00
|
|
|
environment = { path = "../lighthouse/environment" }
|
2019-11-25 04:48:24 +00:00
|
|
|
deposit_contract = { path = "../eth2/utils/deposit_contract" }
|
|
|
|
libc = "0.2.65"
|
|
|
|
eth2_ssz = { path = "../eth2/utils/ssz" }
|
|
|
|
eth2_ssz_derive = { path = "../eth2/utils/ssz_derive" }
|
|
|
|
hex = "0.4"
|
|
|
|
validator_client = { path = "../validator_client" }
|
|
|
|
rayon = "1.2.0"
|