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 wheneversloth256-189
is added without
somewhere in the dependency tree.default-features = false - std dev default opencl? = thiserror
- 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
-
Enables thiserror ^1.0
- openmp-sys opencl?