Cargo Features

[dependencies]
wm8960 = { version = "0.1.0", default-features = false, features = ["eh02", "eh10"] }
default = eh02

The eh02 feature is set by default whenever wm8960 is added without default-features = false somewhere in the dependency tree.

eh02 default

Enables embedded-hal ^0.2

eh10

Enables embedded-hal

WM8960 has 3 features without comments.