Cargo Features

[dependencies]
nrf9160-hal = { version = "0.18.0", default-features = false, features = ["embedded-hal-02", "rt", "rtic-monotonic", "doc"] }
default = embedded-hal-02, rt

These default features are set whenever nrf9160-hal is added without default-features = false somewhere in the dependency tree.

embedded-hal-02 default

Enables embedded-hal-02 of nrf-hal-common

rt default

Enables rt of nrf9160-pac

rtic-monotonic

Enables rtic-monotonic of nrf-hal-common

doc

nrf9160-hal has 5 features without comments.