Cargo Features
[dependencies]
lorawan = { version = "0.9.0", default-features = false, features = ["full", "default-crypto", "with-to-string", "serde", "defmt"] }
- default = full
-
The
full
feature is set by default wheneverlorawan
is added without
somewhere in the dependency tree.default-features = false - full default = default-crypto, defmt, serde, with-to-string
-
Affects
lorawan::extra
… - default-crypto full = aes, cmac
-
Affects
lorawan::default_crypto
,parser::parse
… - with-to-string full
- serde full
-
Enables serde
- defmt full
-
Enables defmt
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.