Cargo Features
[dependencies]
mgm = { version = "0.5.0-pre.1", default-features = false, features = ["std", "alloc", "getrandom", "heapless", "stream", "force-soft"] }
- default = alloc
-
The
alloc
feature is set by default whenevermgm
is added without
somewhere in the dependency tree.default-features = false - std = alloc
-
Enables std of aead =0.5.0-pre.2
- alloc default std?
-
Enables alloc of aead =0.5.0-pre.2
- getrandom
-
Enables getrandom of aead =0.5.0-pre.2
- heapless
-
Enables heapless of aead =0.5.0-pre.2
- stream
-
Enables stream of aead =0.5.0-pre.2
- force-soft
-
Disable support for hardware intrinsics