Cargo Features

[dependencies]
cu-embedded-registry = { version = "0.13.0", default-features = false, features = ["std", "alloc", "defmt", "textlogs"] }
default = std

The std feature is set by default whenever cu-embedded-registry is added without default-features = false somewhere in the dependency tree.

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

Enables textlogs of cu29

cu-embedded-registry has 5 features without comments.