Skip to content

Commit 1ecc313

Browse files
authored
chore: remove unnecessary dependencies (#344)
fixes #342
1 parent ef38ec3 commit 1ecc313

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

rust/Cargo.lock

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ crate-type = ["rlib", "staticlib"]
2121
bls-signatures = { version = "0.12.0", default-features = false, features = ["blst"] }
2222
blstrs = "0.5"
2323
byteorder = "1.4.3"
24-
ff = "0.12.0"
2524
filepath = "0.1.1"
2625
group = "0.12"
2726
libc = "0.2.58"
@@ -31,11 +30,9 @@ rand = "0.8"
3130
rand_chacha = "0.3.1"
3231
rayon = "1.2.1"
3332
anyhow = "1.0.23"
34-
bellperson = { version = "0.22", default-features = false }
3533
serde_json = "1.0.46"
3634
memmap = "0.7"
3735
rust-gpu-tools = { version = "0.5", optional = true, default-features = false }
38-
storage-proofs-porep = { version = "~12.0", default-features = false }
3936
fr32 = { version = "~5.0", default-features = false }
4037
fvm3 = { package = "fvm", version = "3.0.0-alpha.12", default-features = false, features = ["f4-as-account"] }
4138
fvm3_shared = { package = "fvm_shared", version = "3.0.0-alpha.13" }
@@ -45,12 +42,9 @@ fvm2_shared = { package = "fvm_shared", version = "2.0.0" }
4542
fvm2_ipld_encoding = { package = "fvm_ipld_encoding", version = "0.2.2" }
4643
fvm_ipld_blockstore = "0.1.1"
4744
num-traits = "0.2.14"
48-
num-bigint = "0.4"
4945
cid = { version = "0.8.5", features = ["serde-codec"] }
5046
lazy_static = "1.4.0"
51-
once_cell = "1.9.0"
5247
serde = "1.0.117"
53-
serde_bytes = "0.11.5"
5448
serde_tuple = "0.5"
5549
safer-ffi = { version = "0.0.7", features = ["proc_macros"] }
5650

@@ -65,7 +59,7 @@ tempfile = "3.0.8"
6559
[features]
6660
default = ["opencl", "multicore-sdr" ]
6761
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"]
7165
c-headers = ["safer-ffi/headers"]

0 commit comments

Comments
 (0)