Cargo Features
[dependencies]
filecoin-phase2 = { version = "1.0.1", default-features = false, features = ["gpu", "pairing", "blst"] }
- default = gpu, pairing
-
These default features are set whenever
filecoin-phase2
is added without
somewhere in the dependency tree.default-features = false - gpu default
-
Enables gpu of bellperson ^0.12.3, filecoin-hashers ^1.0.0, filecoin-proofs ^6.0.0, and storage-proofs
- pairing default
-
Enables pairing of bellperson ^0.12.3, filecoin-hashers ^1.0.0, filecoin-proofs ^6.0.0, and storage-proofs
- blst
-
Enables blst of bellperson ^0.12.3, filecoin-hashers ^1.0.0, filecoin-proofs ^6.0.0, and storage-proofs
filecoin-phase2 has 4 features without comments.