-
Notifications
You must be signed in to change notification settings - Fork 2
/
Cargo.toml
39 lines (33 loc) · 945 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
31
32
33
34
35
36
37
38
39
[package]
name = "protostar_works"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
gate_macro = { path = "gate_macro" }
typed_exec_graph = { path = "typed_exec_graph" }
elsa = "1.9.0"
num-bigint = { version = "0.4", features = ["rand"] }
num-integer = "0.1"
num-traits = "0.2"
halo2 = { package = "halo2_proofs", git = "https://github.com/privacy-scaling-explorations/halo2" }
poseidon-rs = "0.0.10"
group = "0.13"
ff = "0.13"
subtle = { version = "2.3", default-features = false }
rand = "0.8"
rand_core = { version = "0.6", default-features = false }
rayon-core = "1.11.0"
itertools = "0.11.0"
[dev-dependencies]
criterion = { version = "0.4", features = ["html_reports"] }
[features]
sanity-check = []
info = []
default = ["sanity-check"]
[[bench]]
name = "bench_poseidons"
harness = false
[[bench]]
name = "bench_ecmul"
harness = false