File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -14,32 +14,33 @@ categories = ["network-programming", "asynchronous"]
14
14
wasm-bindgen = [" getrandom/js" , " instant/wasm-bindgen" ]
15
15
16
16
[dependencies ]
17
- either = " 1.5"
18
- libp2p-swarm = { workspace = true }
19
- libp2p-core = { workspace = true }
20
- libp2p-identity = { workspace = true }
21
- bytes = " 1.4"
17
+ asynchronous-codec = " 0.6"
18
+ base64 = " 0.21.0"
22
19
byteorder = " 1.3.4"
20
+ bytes = " 1.4"
21
+ either = " 1.5"
23
22
fnv = " 1.0.7"
24
23
futures = " 0.3.28"
25
- rand = " 0.8"
26
- asynchronous-codec = " 0.6"
27
- unsigned-varint = { version = " 0.7.0" , features = [" asynchronous_codec" ] }
24
+ getrandom = " 0.2.9"
25
+ hex_fmt = " 0.3.0"
26
+ instant = " 0.1.11"
27
+ libp2p-core = { workspace = true }
28
+ libp2p-identity = { workspace = true }
29
+ libp2p-swarm = { workspace = true }
28
30
log = " 0.4.11"
29
- sha2 = " 0.10.0"
30
- base64 = " 0.21.0"
31
- smallvec = " 1.6.1"
32
31
quick-protobuf = " 0.8"
33
32
quick-protobuf-codec = { workspace = true }
34
- hex_fmt = " 0.3.0 "
33
+ rand = " 0.8 "
35
34
regex = " 1.8.1"
36
35
serde = { version = " 1" , optional = true , features = [" derive" ] }
37
- wasm-timer = " 0.2.5"
38
- instant = " 0.1.11"
36
+ sha2 = " 0.10.0"
37
+ smallvec = " 1.6.1"
38
+ unsigned-varint = { version = " 0.7.0" , features = [" asynchronous_codec" ] }
39
39
void = " 1.0.2"
40
+ wasm-timer = " 0.2.5"
41
+
40
42
# Metrics dependencies
41
43
prometheus-client = " 0.21.0"
42
- getrandom = " 0.2.9"
43
44
44
45
[dev-dependencies ]
45
46
async-std = { version = " 1.6.3" , features = [" unstable" ] }
You can’t perform that action at this time.
0 commit comments