2020-06-19 06:30:07 +00:00
|
|
|
[package]
|
|
|
|
name = "boot_node"
|
2021-03-10 01:28:32 +00:00
|
|
|
version = "1.2.0"
|
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-10-05 08:22:19 +00:00
|
|
|
clap = "2.33.3"
|
2020-12-08 05:41:10 +00:00
|
|
|
eth2_libp2p = { path = "../beacon_node/eth2_libp2p" }
|
|
|
|
types = { path = "../consensus/types" }
|
|
|
|
eth2_network_config = { path = "../common/eth2_network_config" }
|
2020-10-05 08:22:19 +00:00
|
|
|
eth2_ssz = "0.1.2"
|
2020-06-19 06:30:07 +00:00
|
|
|
slog = "2.5.2"
|
|
|
|
sloggers = "1.0.1"
|
2021-02-10 23:29:49 +00:00
|
|
|
tokio = "1.1.0"
|
2020-10-05 08:22:19 +00:00
|
|
|
log = "0.4.11"
|
2020-06-19 06:30:07 +00:00
|
|
|
slog-term = "2.6.0"
|
|
|
|
logging = { path = "../common/logging" }
|
|
|
|
slog-async = "2.5.0"
|
|
|
|
slog-scope = "4.3.0"
|
|
|
|
slog-stdlog = "4.0.0"
|
2020-11-28 05:30:57 +00:00
|
|
|
futures = "0.3.7"
|
2020-09-29 08:28:29 +00:00
|
|
|
hex = "0.4.2"
|