Cargo Features
[dependencies]
seeed-lora-e5-at-commands = { version = "0.1.0", default-features = false, features = ["debug", "async"] }
- default = async, debug
-
These default features are set whenever
seeed-lora-e5-at-commands
is added without
somewhere in the dependency tree.default-features = false - debug default = defmt
-
Enables defmt of atat ^0.22.0, defmt-03 of embedded-io-async
Affects
urc::LORA_LATEST_BUF
… - async default = embedded-io, embedded-io-async
-
Affects
client::asynch
,general::asynch
,lora::asynch
…
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.