2020-06-19 06:30:07 +00:00
|
|
|
[package]
|
|
|
|
name = "boot_node"
|
2020-09-29 08:29:04 +00:00
|
|
|
version = "0.2.13"
|
2020-08-04 02:31:41 +00:00
|
|
|
authors = ["Sigma Prime <contact@sigmaprime.io>"]
|
2020-06-19 06:30:07 +00:00
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-08-21 12:00:01 +00:00
|
|
|
beacon_node = { path = "../beacon_node" }
|
2020-06-19 06:30:07 +00:00
|
|
|
clap = "2.33.0"
|
|
|
|
eth2_libp2p = { path = "../beacon_node/eth2_libp2p" }
|
2020-09-29 08:28:29 +00:00
|
|
|
types = { path = "../consensus/types" }
|
|
|
|
eth2_testnet_config = { path = "../common/eth2_testnet_config" }
|
|
|
|
eth2_ssz = { path = "../consensus/ssz" }
|
2020-06-19 06:30:07 +00:00
|
|
|
slog = "2.5.2"
|
|
|
|
sloggers = "1.0.1"
|
2020-10-02 08:47:00 +00:00
|
|
|
tokio = "0.2.22"
|
2020-06-19 06:30:07 +00:00
|
|
|
log = "0.4.8"
|
|
|
|
slog-term = "2.6.0"
|
|
|
|
logging = { path = "../common/logging" }
|
|
|
|
slog-async = "2.5.0"
|
|
|
|
slog-scope = "4.3.0"
|
|
|
|
slog-stdlog = "4.0.0"
|
|
|
|
futures = "0.3.5"
|
2020-09-29 08:28:29 +00:00
|
|
|
hex = "0.4.2"
|