Cargo Features

[dependencies]
storage-proofs-porep = { version = "17.0.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 default-features = false somewhere in the dependency tree.

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, no TemporaryAux 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.

hwloc multicore-sdr