Cargo Features
[dependencies]
cu-embedded-registry = { version = "0.13.0", default-features = false, features = ["std", "alloc", "defmt", "textlogs"] }
- default = std
-
The
stdfeature is set by default whenevercu-embedded-registryis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of cu29 and embedded-io ^0.6.1
- alloc
-
Enables alloc of embedded-io ^0.6.1
- defmt
-
Enables defmt-03 of embedded-hal and embedded-io ^0.6.1
- textlogs
cu-embedded-registry has 5 features without comments.