Cargo Features

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

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

blocking default

Enables embedded-hal

async

Enables embedded-hal-async

defmt

Enables defmt

TMP1075 has 4 features without comments.