Cargo Features

[dependencies]
nrf5340-app-hal = { version = "0.17.1", default-features = false, features = ["embedded-hal-02", "rt", "doc"] }
default = embedded-hal-02, rt

These default features are set whenever nrf5340-app-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 nrf5340-app-pac

doc

nrf5340-app-hal has 4 features without comments.