Cargo Features

[dependencies]
emc2101 = { version = "0.2.1", default-features = false, features = ["defmt", "async", "blocking"] }
default = blocking

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

defmt

Enables defmt, defmt of fugit

async

Enables embedded-hal-async ^0.2.0-alpha.1

blocking default

Enables embedded-hal ^0.2.7

EMC2101 has 4 features without comments.