Cargo Features
[dependencies]
ltc690x = { version = "0.2.1", default-features = false, features = ["defmt-debug", "defmt-error", "defmt"] }
- default = defmt
-
The
defmt
feature is set by default wheneverltc690x
is added without
somewhere in the dependency tree.default-features = false - defmt-default defmt-trace defmt-debug
- defmt-info defmt-warn defmt-error
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 default
-
Enables defmt ^0.2.3