Cargo Features
[dependencies]
cess-proofs = { version = "0.1.2", default-features = false, features = ["cpu-profile", "heap-profile", "simd", "asm", "cuda", "opencl"] }
- default = opencl
-
The
opencl
feature is set by default whenevercess-proofs
is added without
somewhere in the dependency tree.default-features = false - cpu-profile = gperftools
- heap-profile
-
Enables heap of gperftools
- simd
-
Enables simd of cess-sp-core
- asm
-
Enables asm of cess-sp-core
- cuda
-
Enables cuda of bellperson ^0.18.0, cess-hashers, cess-fr32, cess-sp-core, cess-sp-porep, and cess-sp-post
- opencl default
-
Enables opencl of bellperson ^0.18.0, cess-hashers, cess-fr32, cess-sp-core, cess-sp-porep, and cess-sp-post
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.