Cargo Features
[dependencies]
ark-std-zypher = { version = "0.4.0", default-features = false, features = ["std", "parallel", "print-trace", "getrandom"] }
- default = std
-
The
std
feature is set by default wheneverark-std-zypher
is added without
somewhere in the dependency tree.default-features = false - std default parallel? print-trace?
-
Affects
rand_helper::test_rng
… - parallel = rayon, std
- print-trace = colored, std
-
Affects
perf_trace::inner
… - getrandom
-
rand:
Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.
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.