Cargo Features
[dependencies]
Rusty_CryptoAuthLib = { version = "1.0.0", default-features = false, features = ["rt"] }
- default = rt
-
The
rt
feature is set by default wheneverRusty_CryptoAuthLib
is added without
somewhere in the dependency tree.default-features = false - rt dev default
-
Enables rt of nrf52840-hal ^0.10.0
Rusty_CryptoAuthLib has 2 features without comments.