@@ -9,28 +9,20 @@ ark-ff = { version = "^0.4.0", default-features = false, features = ["parallel",
99ark-poly = { version = " ^0.4.0" , default-features = false , features = [" parallel" ] }
1010ark-std = { version = " ^0.4.0" , default-features = false , features = [" parallel" ] }
1111ark-crypto-primitives = { version = " ^0.4.0" , default-features = false , features = [" r1cs" , " sponge" , " crh" , " parallel" ] }
12- ark-grumpkin = { version = " 0.4.0" , default-features = false }
1312ark-poly-commit = { version = " ^0.4.0" , default-features = false , features = [" parallel" ] }
1413ark-relations = { version = " ^0.4.0" , default-features = false }
15- # this is patched at the workspace level
14+ # ark-r1cs-std is patched at the workspace level
1615ark-r1cs-std = { version = " 0.4.0" , default-features = false , features = [" parallel" ] }
1716ark-snark = { version = " ^0.4.0" , default-features = false }
1817ark-serialize = { version = " ^0.4.0" , default-features = false }
19- ark-circom = { git = " https://github.com/arnaucube/circom-compat" , default-features = false }
2018ark-groth16 = { version = " ^0.4.0" , default-features = false , features = [" parallel" ]}
2119ark-bn254 = { version = " ^0.4.0" , default-features = false }
20+ ark-grumpkin = { version = " 0.4.0" , default-features = false }
2221thiserror = " 1.0"
2322rayon = " 1"
2423num-bigint = " 0.4"
2524num-integer = " 0.1"
26- color-eyre = " =0.6.2"
2725sha3 = " 0.10"
28- ark-noname = { git = " https://github.com/dmpierre/ark-noname" , branch = " feat/sonobe-integration" }
29- noname = { git = " https://github.com/dmpierre/noname" }
30- serde_json = " 1.0.85" # to (de)serialize JSON
31- serde = " 1.0.203"
32- acvm = { git = " https://github.com/noir-lang/noir" , rev =" 2b4853e" , default-features = false }
33- noir_arkworks_backend = { package =" arkworks_backend" , git = " https://github.com/dmpierre/arkworks_backend" , branch = " feat/sonobe-integration" }
3426log = " 0.4"
3527
3628# tmp import for espresso's sumcheck
@@ -46,6 +38,7 @@ ark-grumpkin = {version="0.4.0", features=["r1cs"]}
4638ark-mnt4-298 = {version =" 0.4.0" , features =[" r1cs" ]}
4739ark-mnt6-298 = {version =" 0.4.0" , features =[" r1cs" ]}
4840rand = " 0.8.5"
41+ num-bigint = {version = " 0.4" , features = [" rand" ]}
4942tracing = { version = " 0.1" , default-features = false , features = [ " attributes" ] }
5043tracing-subscriber = { version = " 0.2" }
5144
@@ -55,9 +48,8 @@ tracing-subscriber = { version = "0.2" }
5548getrandom = { version = " 0.2" , features = [" js" ] }
5649
5750[features ]
58- default = [" ark-circom/default " , " parallel" ]
51+ default = [" parallel" ]
5952parallel = []
60- wasm = [" ark-circom/wasm" ]
6153light-test = []
6254
6355
0 commit comments