-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
30 lines (26 loc) · 915 Bytes
/
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
[package]
name = "ovc"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ark-bn254 = "0.4.0"
ark-crypto-primitives = { version = "0.4.0", features = ["merkle_tree"] }
ark-ec = "0.4.2"
ark-serialize = "0.4.2"
reth-primitives = { git = "https://github.com/paradigmxyz/reth", version = "0.1.0-alpha.4", tag = "v0.1.0-alpha.4" }
reth-codecs = { git = "https://github.com/paradigmxyz/reth", tag = "v0.1.0-alpha.4" }
reth-rlp = { git = "https://github.com/paradigmxyz/reth", tag = "v0.1.0-alpha.4" }
ark-ff = "0.4.2"
cita_trie = {git = "https://github.com/severiano-sisneros/cita_trie.git"}
hasher = "0.1.4"
serde = "1.0.188"
revm-primitives = "=1.1.2"
anyhow = "1.0.75"
alloy-sol-macro = "0.4.2"
alloy-sol-types = "0.4.2"
serde_json = "1.0.107"
[dev-dependencies]
ark-std = "0.4.0"
csv = "1.3.0"
serde_json = "1.0.107"