Cargo Features

[dependencies]
fundamentum-edge-mcu-http-client = { version = "0.1.0", default-features = false, features = ["log"] }
default = log

The log feature is set by default whenever fundamentum-edge-mcu-http-client is added without default-features = false somewhere in the dependency tree.

log default

Enables defmt

fundamentum-edge-mcu-http-client has 2 features without comments.