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 default-features = false somewhere in the dependency tree.

debug default = defmt

Enables defmt of atat, 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.

defmt debug
embedded-io async
embedded-io-async async debug