Commit 3eeedb4 1 parent aeca75c commit 3eeedb4 Copy full SHA for 3eeedb4
File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
edition = " 2021"
3
- name = " constraint_counter"
3
+ name = " constraint_counter"
4
4
version = " 0.1.0"
5
5
6
6
[dependencies ]
7
7
clap = { version = " 4.4" , features = [" derive" ] }
8
8
9
9
ark-ff = { version = " ^0.5.0" , default-features = false , features = [
10
- " parallel" ,
11
- " asm" ,
10
+ " parallel" ,
11
+ " asm" ,
12
12
] }
13
13
ark-r1cs-std = { version = " ^0.5.0" , default-features = false , features = [
14
- " parallel" ,
14
+ " parallel" ,
15
15
] }
16
16
ark-relations = { version = " ^0.5.0" , default-features = false }
17
17
ark-serialize = { version = " ^0.5.0" , default-features = false }
18
18
ark-std = { version = " ^0.5.0" , default-features = false , features = [
19
- " parallel" ,
19
+ " parallel" ,
20
20
] }
21
21
num-bigint = " 0.4"
22
22
23
23
acvm = { git = " https://github.com/noir-lang/noir" }
24
24
25
- ark-bn254 = { version = " ^0.5" }
26
- serde = { version = " ^1.0.0" , features = [" derive" ] }
25
+ ark-bn254 = { version = " ^0.5" }
26
+ serde = { version = " ^1.0.0" , features = [" derive" ] }
27
27
serde_json = " ^1.0.0"
28
28
29
29
[profile .release ]
30
30
codegen-units = 1
31
- lto = " fat"
32
- opt-level = 3
33
- panic = " abort"
34
- strip = true
31
+ lto = " fat"
32
+ opt-level = 3
33
+ panic = " abort"
34
+ strip = true
You can’t perform that action at this time.
0 commit comments