Cargo Features

[dependencies]
mspm0l222x-hal = { version = "0.1.0", default-features = false, features = ["rand", "rt"] }
default = rand, rt

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

rand default

Enables rand_core

rt default

Enables critical-section and rt of mspm0l222x-pac

mspm0l222x-hal has 3 features without comments.