mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-03 09:47:38 +00:00
31 lines
719 B
TOML
31 lines
719 B
TOML
[package]
|
|
name = "eth2_network_config"
|
|
version = "0.2.0"
|
|
authors = ["Paul Hauner <paul@paulhauner.com>"]
|
|
edition = "2021"
|
|
|
|
build = "build.rs"
|
|
|
|
[build-dependencies]
|
|
zip = "0.6"
|
|
eth2_config = { path = "../eth2_config" }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3.1.0"
|
|
|
|
[dependencies]
|
|
serde_yaml = "0.8.13"
|
|
serde_json = "1.0.58"
|
|
types = { path = "../../consensus/types" }
|
|
kzg = { path = "../../crypto/kzg" }
|
|
ethereum_ssz = "0.5.0"
|
|
eth2_config = { path = "../eth2_config" }
|
|
discv5 = "0.3.1"
|
|
reqwest = { version = "0.11.0", features = ["blocking"] }
|
|
pretty_reqwest_error = { path = "../pretty_reqwest_error" }
|
|
sha2 = "0.10"
|
|
url = "2.2.2"
|
|
sensitive_url = { path = "../sensitive_url" }
|
|
slog = "2.5.2"
|
|
logging = { path = "../logging" }
|