forked from agglayer/agglayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
38 lines (33 loc) · 873 Bytes
/
Cargo.toml
File metadata and controls
38 lines (33 loc) · 873 Bytes
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
[package]
name = "pessimistic-proof-test-suite"
version.workspace = true
edition.workspace = true
[[bin]]
name = "ppgen"
path = "src/bin/ppgen.rs"
[[bin]]
name = "convertor"
path = "src/bin/convertor.rs"
[dependencies]
agglayer-types = { workspace = true, features = ["testutils"] }
pessimistic-proof = { path = "../pessimistic-proof" }
base64.workspace = true
bincode.workspace = true
clap.workspace = true
ethers-signers.workspace = true
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true
sp1-sdk = { workspace = true }
sp1-core-machine.workspace = true
lazy_static.workspace = true
anyhow.workspace = true
rand.workspace = true
hex-literal = "0.4"
hex.workspace = true
tracing.workspace = true
uuid = { version = "1.11.0", features = ["v4", "fast-rng"] }
regex = "1.11"
[dev-dependencies]
rstest.workspace = true
tracing.workspace = true