Cargo Features
[dependencies]
eaesy = { version = "0.2.1", default-features = false, features = ["software", "s32k144evb-q100"] }
- default = software
-
The
software
feature is set by default whenevereaesy
is added without
somewhere in the dependency tree.default-features = false - 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.