Cargo Features

[dependencies]
feistel = { version = "0.1.0", default-features = false, features = ["array"] }
default = array

The array feature is set by default whenever feistel is added without default-features = false somewhere in the dependency tree.

array default

Enables generic-array

Feistel has 2 features without comments.