@@ -21,7 +21,6 @@ crate-type = ["rlib", "staticlib"]
21
21
bls-signatures = { version = " 0.12.0" , default-features = false , features = [" blst" ] }
22
22
blstrs = " 0.5"
23
23
byteorder = " 1.4.3"
24
- ff = " 0.12.0"
25
24
filepath = " 0.1.1"
26
25
group = " 0.12"
27
26
libc = " 0.2.58"
@@ -31,11 +30,9 @@ rand = "0.8"
31
30
rand_chacha = " 0.3.1"
32
31
rayon = " 1.2.1"
33
32
anyhow = " 1.0.23"
34
- bellperson = { version = " 0.22" , default-features = false }
35
33
serde_json = " 1.0.46"
36
34
memmap = " 0.7"
37
35
rust-gpu-tools = { version = " 0.5" , optional = true , default-features = false }
38
- storage-proofs-porep = { version = " ~12.0" , default-features = false }
39
36
fr32 = { version = " ~5.0" , default-features = false }
40
37
fvm3 = { package = " fvm" , version = " 3.0.0-alpha.12" , default-features = false , features = [" f4-as-account" ] }
41
38
fvm3_shared = { package = " fvm_shared" , version = " 3.0.0-alpha.13" }
@@ -45,12 +42,9 @@ fvm2_shared = { package = "fvm_shared", version = "2.0.0" }
45
42
fvm2_ipld_encoding = { package = " fvm_ipld_encoding" , version = " 0.2.2" }
46
43
fvm_ipld_blockstore = " 0.1.1"
47
44
num-traits = " 0.2.14"
48
- num-bigint = " 0.4"
49
45
cid = { version = " 0.8.5" , features = [" serde-codec" ] }
50
46
lazy_static = " 1.4.0"
51
- once_cell = " 1.9.0"
52
47
serde = " 1.0.117"
53
- serde_bytes = " 0.11.5"
54
48
serde_tuple = " 0.5"
55
49
safer-ffi = { version = " 0.0.7" , features = [" proc_macros" ] }
56
50
@@ -65,7 +59,7 @@ tempfile = "3.0.8"
65
59
[features ]
66
60
default = [" opencl" , " multicore-sdr" ]
67
61
blst-portable = [" bls-signatures/blst-portable" , " blstrs/portable" ]
68
- opencl = [" filecoin-proofs-api/opencl" , " bellperson/opencl " , " storage-proofs-porep/opencl " , " rust-gpu-tools/opencl" , " fvm3/opencl" , " fvm2/opencl" ]
69
- cuda = [" filecoin-proofs-api/cuda" , " bellperson/cuda " , " storage-proofs-porep/cuda " , " rust-gpu-tools/cuda" , " fvm3/cuda" , " fvm2/cuda" ]
70
- multicore-sdr = [" storage -proofs-porep /multicore-sdr" ]
62
+ opencl = [" filecoin-proofs-api/opencl" , " rust-gpu-tools/opencl" , " fvm3/opencl" , " fvm2/opencl" ]
63
+ cuda = [" filecoin-proofs-api/cuda" , " rust-gpu-tools/cuda" , " fvm3/cuda" , " fvm2/cuda" ]
64
+ multicore-sdr = [" filecoin -proofs-api /multicore-sdr" ]
71
65
c-headers = [" safer-ffi/headers" ]
0 commit comments