Cargo Features

[dependencies]
cess-sp-post = { version = "0.1.2", default-features = false, features = ["cuda", "opencl"] }
default = opencl

The opencl feature is set by default whenever cess-sp-post is added without default-features = false somewhere in the dependency tree.

cuda

Enables cuda of cess-hashers, cess-fr32, neptune ^5.1.0, and cess-sp-core

opencl default

Enables opencl of cess-hashers, cess-fr32, neptune ^5.1.0, and cess-sp-core

cess-sp-post has 3 features without comments.