Cargo Features

[dependencies]
dpf-fss = { version = "0.6.1", default-features = false, features = ["prg", "multithread"] }
default = multithread

The multithread feature is set by default whenever dpf-fss is added without default-features = false somewhere in the dependency tree.

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.

aes prg?
rayon multithread