-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
32 lines (30 loc) · 1.02 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]
name = "cl-p2p-setup"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = { version = "1.23.0", features = ["full", "rt-multi-thread", "time", "macros"] }
libp2p = { version = "0.50.0", features = ["full", "tcp", "dns", "websocket", "tokio", "identify", "mplex", "yamux", "noise", "gossipsub"] }
discv5 = { version = "0.1.0", features = ["libp2p"] }
futures = "0.3.25"
ethereum-types = "0.14.1"
serde_derive = "1.0.152"
eth2_ssz = "0.4.0"
eth2_ssz_derive = "0.3.0"
eth2_ssz_types = "0.2.1"
tree_hash = "0.4.0"
tree_hash_derive = "0.4.0"
serde = { version = "1.0.152", features = ["derive"] }
primitive-types = "0.12.1"
snap = "1.1.0"
sha2 = "0.10.6"
unsigned-varint = {version = "0.7.1", features = ["codec"]}
tokio-util = { version = "0.6.10", features = ["codec", "compat", "time"] }
smallvec = "1.10.0"
fnv = "1.0.7"
tokio-io-timeout = "1.2.0"
env_logger = "0.10.0"
log = "0.4.17"
serde_json = "1.0.94"
serde_millis = "0.1.1"