Cargo Features

[dependencies]
embedded-exfat = { version = "0.2.4", default-features = false, features = ["std", "async", "async-std", "extern-datetime-now", "log-max-level-off", "limit-filename-size", "max-filename-size-30", "chrono"] }
default = std

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

std default

Affects io::std

async async-std?
async-std = async

Enables async-std

sync extern-datetime-now
log-max-level-off

Enables max_level_off and release_max_level_off of log

limit-filename-size max-filename-size-30?
max-filename-size-30 = limit-filename-size

Affects file::MAX_FILENAME_SIZE

Features from optional dependencies

chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust