-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCargo.toml
More file actions
64 lines (60 loc) · 1.5 KB
/
Cargo.toml
File metadata and controls
64 lines (60 loc) · 1.5 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[package]
name = "pluto-core"
version.workspace = true
edition.workspace = true
repository.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
async-trait.workspace = true
ethereum_ssz.workspace = true
cancellation.workspace = true
chrono.workspace = true
crossbeam.workspace = true
futures.workspace = true
futures-timer.workspace = true
dyn-clone.workspace = true
dyn-eq.workspace = true
hex.workspace = true
libp2p.workspace = true
vise.workspace = true
pluto-eth2api.workspace = true
prost.workspace = true
prost-types.workspace = true
regex.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_with.workspace = true
base64.workspace = true
thiserror.workspace = true
tokio.workspace = true
tokio-util.workspace = true
tracing.workspace = true
pluto-eth2util.workspace = true
pluto-ssz.workspace = true
tree_hash.workspace = true
unsigned-varint.workspace = true
[dev-dependencies]
anyhow.workspace = true
alloy.workspace = true
clap.workspace = true
rand.workspace = true
libp2p.workspace = true
k256.workspace = true
prost.workspace = true
prost-types.workspace = true
hex.workspace = true
chrono.workspace = true
test-case.workspace = true
pluto-eth2util.workspace = true
pluto-cluster.workspace = true
pluto-p2p.workspace = true
pluto-testutil.workspace = true
pluto-tracing.workspace = true
tokio = { workspace = true, features = ["test-util"] }
wiremock.workspace = true
[build-dependencies]
pluto-build-proto.workspace = true
built.workspace = true
[lints]
workspace = true