Cargo Features

[dependencies]
insectbox = { version = "0.1.0", default-features = false, features = ["dev", "secbox", "cryptbox"] }
default = secbox

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

dev = cryptbox, secbox
secbox default dev?
cryptbox dev?

Enables ascon-aead, ascon-hash, rand_chacha, and zeroize

InsectBox has 4 features without comments.