Cargo Features

[dependencies]
Rusty_CryptoAuthLib = { version = "1.0.0", default-features = false, features = ["rt"] }
default = rt

The rt feature is set by default whenever Rusty_CryptoAuthLib is added without default-features = false somewhere in the dependency tree.

rt dev default

Enables rt of nrf52840-hal ^0.10.0

Rusty_CryptoAuthLib has 2 features without comments.