Cargo Features

[dependencies]
m5cardputer = { version = "0.1.1", default-features = false, features = ["std", "alloc", "embassy"] }
default = embassy, std

These default features are set whenever m5cardputer is added without default-features = false somewhere in the dependency tree.

Enables native of esp-idf-svc ^0.47

esp-idf-svc:

The next are propagated from esp-idf-sys via esp-idf-hal

std default = alloc

Enables binstart and std of esp-idf-svc ^0.47

alloc std

Enables alloc of esp-idf-svc ^0.47

embassy default

Enables critical-section, embassy-sync and embassy-time-driver of esp-idf-svc ^0.47

m5cardputer has 4 features without comments.