Cargo Features
[dependencies]
storage-proofs-porep = { version = "18.1.0", default-features = false, features = ["cuda", "opencl", "isolated-testing", "multicore-sdr", "fixed-rows-to-discard"] }
- default = multicore-sdr, opencl
-
These default features are set whenever
storage-proofs-porep
is added without
somewhere in the dependency tree.default-features = false - cuda
-
Enables cuda of bellperson, filecoin-hashers, neptune ^11.0.0, and storage-proofs-core
- opencl default
-
Enables opencl of bellperson, filecoin-hashers, neptune ^11.0.0, and storage-proofs-core
- isolated-testing
- multicore-sdr default = hwloc
-
Affects
create_label::multi
… - fixed-rows-to-discard
-
This feature enables a fixed number of discarded rows for TreeR. The
FIL_PROOFS_ROWS_TO_DISCARD
setting is ignored, noTemporaryAux
file will be written.Enables fixed-rows-to-discard of storage-proofs-core
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.