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 whenever cess-proofs is added without default-features = false somewhere in the dependency tree.

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.

gperftools cpu-profile? heap-profile?