Cargo Features

[dependencies]
fss-rs = { version = "0.6.0", default-features = false, features = ["prg", "multi-thread", "stable", "int-be"] }
default = multi-thread, prg

These default features are set whenever fss-rs is added without default-features = false somewhere in the dependency tree.

prg default = aes

Affects fss-rs::prg

multi-thread default = rayon
stable = wide
int-be

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 multi-thread
wide stable?