[package] name = "eth2-libp2p" version = "0.1.0" authors = ["Age Manning "] edition = "2018" [dependencies] clap = "2.32.0" #SigP repository libp2p = { git = "https://github.com/SigP/rust-libp2p", rev = "a6ae26225bf1ef154f8c61a0e5391898ba038948" } enr = { git = "https://github.com/SigP/rust-libp2p/", rev = "a6ae26225bf1ef154f8c61a0e5391898ba038948", features = ["serde"] } types = { path = "../../eth2/types" } serde = "1.0" serde_derive = "1.0" eth2_ssz = "0.1" eth2_ssz_derive = "0.1" slog = { version = "^2.4.1" , features = ["max_level_trace"] } version = { path = "../version" } tokio = "0.1.16" futures = "0.1.25" error-chain = "0.12.0" tokio-timer = "0.2.10" dirs = "2.0.1" tokio-io = "0.1.12" smallvec = "0.6.10" fnv = "1.0.6" unsigned-varint = "0.2.2" bytes = "0.4.12" tokio-io-timeout = "0.3.1" lazy_static = "1.3.0" lighthouse_metrics = { path = "../../eth2/utils/lighthouse_metrics" }