Cargo Features

[dependencies]
squint = { version = "0.1.4", default-features = false, features = ["std", "tag", "zeroize"] }
default = std, tag

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

std default
tag default

Enables const-fnv1a-hash

zeroize

Enables zeroize of aes

Squint has 4 features without comments.