@@ -30,7 +30,6 @@ ark-sponge = {version = "^0.3.0", default-features = false}
3030ark-std = { version = " ^0.3.0" , default-features = false }
3131ark-relations = { version = " ^0.3.0" , default-features = false , optional = true }
3232ark-r1cs-std = { version = " ^0.3.0" , default-features = false , optional = true }
33- ark-nonnative-field = { version = " ^0.3.0" , default-features = false , optional = true }
3433hashbrown = { version = " 0.9" , optional = true }
3534
3635digest = " 0.9"
@@ -61,14 +60,17 @@ debug = true
6160ark-std = { git = " https://github.com/arkworks-rs/std" }
6261ark-ec = { git = " https://github.com/arkworks-rs/algebra" }
6362ark-ff = { git = " https://github.com/arkworks-rs/algebra" }
63+ ark-poly = { git = " https://github.com/arkworks-rs/algebra" }
6464ark-serialize = { git = " https://github.com/arkworks-rs/algebra" }
6565ark-bls12-381 = { git = " https://github.com/arkworks-rs/curves" }
6666ark-bls12-377 = { git = " https://github.com/arkworks-rs/curves" }
6767ark-ed-on-bls12-381 = { git = " https://github.com/arkworks-rs/curves" }
68+ ark-r1cs-std = { git = " https://github.com/arkworks-rs/r1cs-std" }
69+ ark-sponge = { git = " https://github.com/arkworks-rs/sponge" }
6870
6971[features ]
7072default = [ " std" , " parallel" ]
71- std = [ " ark-ff/std" , " ark-ec/std" , " ark-nonnative-field/std " , " ark- poly/std" , " ark-std/std" , " ark-relations/std" , " ark-serialize/std" , " ark-sponge/std" ]
72- r1cs = [ " ark-relations" , " ark-r1cs-std" , " ark-nonnative-field " , " hashbrown" , " ark-sponge/r1cs" ]
73+ std = [ " ark-ff/std" , " ark-ec/std" , " ark-poly/std" , " ark-std/std" , " ark-relations/std" , " ark-serialize/std" , " ark-sponge/std" ]
74+ r1cs = [ " ark-relations" , " ark-r1cs-std" , " hashbrown" , " ark-sponge/r1cs" ]
7375print-trace = [ " ark-std/print-trace" ]
7476parallel = [ " std" , " ark-ff/parallel" , " ark-ec/parallel" , " ark-poly/parallel" , " ark-std/parallel" , " rayon" ]
0 commit comments