Cargo Features
[dependencies]
ieee80211 = { version = "0.5.0", default-features = false, features = ["std", "alloc", "crypto", "defmt"] }
-
default
=
crypto
-
The crypto
feature is set by default
whenever ieee80211
is added without default-features = false
somewhere in the dependency tree.
-
std
=
alloc
-
Enables
std
of
scroll
-
alloc
std?
-
-
crypto
default
-
Enables
hmac,
pbkdf2, and
sha1
Affects
ieee80211::crypto
…
-
defmt
-
Enables
defmt