Cargo Features

[dependencies]
sloth256-189 = { version = "0.4.2", default-features = false, features = ["std", "no-asm", "opencl"] }
default = std

The std feature is set by default whenever sloth256-189 is added without default-features = false somewhere in the dependency tree.

std dev default opencl? = thiserror

Enables std and std_rng of rand

no-asm

Force-disable ASM x86-64 implemenation for testing/benchmarking purposes

opencl = openmp-sys, std

Affects sloth256-189::opencl

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.

thiserror std
openmp-sys opencl?