Cargo Features

[dependencies]
eaesy = { version = "0.2.1", default-features = false, features = ["software", "s32k144evb-q100"] }
default = software

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

software default = aes, block-cipher-trait, block-modes

Affects eaesy::default

s32k144evb-q100 = block-padding, s32k144, s32k144evb

Affects eaesy::s32k144

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.

block-cipher-trait software
block-padding s32k144evb-q100?

Enables block-padding ^0.1.5

s32k144 s32k144evb-q100?
s32k144evb s32k144evb-q100?
block-modes software

Enables block-modes ^0.3

aes software