Cargo Features

[dependencies]
ms5803-14ba = { version = "0.3.3", default-features = false, features = ["logging", "sync", "async"] }
default = async

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

logging

Enables defmt

sync

Enables embedded-hal, is_sync of maybe-async

async default

Enables embedded-hal-async

MS5803-14BA has 4 features without comments.