Cargo Features
[dependencies]
dpf-fss = { version = "0.6.1", default-features = false, features = ["prg", "multithread"] }
- default = multithread
-
The
multithread
feature is set by default wheneverdpf-fss
is added without
somewhere in the dependency tree.default-features = false - prg = aes
-
Affects
dpf-fss::prg
… - multithread default = rayon
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.