Cargo Features

async-embedded-sdmmc has no features set by default.

[dependencies]
async-embedded-sdmmc = { version = "0.1.3", features = ["std", "async", "linux-spi", "log-max-level-off", "fugit"] }
std linux-spi?

Affects delay::std

async

Affects delay::Delay

linux-spi = gpio, spidev, std, void

Affects bus::linux

log-max-level-off

Enables max_level_off and release_max_level_off of log

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features.

fugit implicit feature
gpio linux-spi?
spidev linux-spi?

Enables spidev ^0.5

void linux-spi?

With default (std)