Cargo Features

[dependencies]
sen66-interface = { version = "1.1.0", default-features = false, features = ["async", "blocking", "defmt"] }
default = async

The async feature is set by default whenever sen66-interface is added without default-features = false somewhere in the dependency tree.

async default
blocking
defmt

Enables defmt, defmt-03 of embedded-hal and embedded-hal-async

sen66-interface has 4 features without comments.