Cargo Features

[dependencies]
midenc-driver = { version = "0.0.6", default-features = false, features = ["std", "alloc", "all", "debug"] }
default = all

The all feature is set by default whenever midenc-driver is added without default-features = false somewhere in the dependency tree.

std all = alloc

Enables color of clap, std of log

alloc std?

Enables error-context, suggestions and usage of clap

all default = debug, std
debug all

Enables midenc-debug

midenc-driver has 5 features without comments.