Cargo Features

[dependencies]
rust-dice = { version = "0.1.4", default-features = false, features = ["std", "nostd"] }
default = nostd

The nostd feature is set by default whenever rust-dice is added without default-features = false somewhere in the dependency tree.

std

Enables std of mbedtls-smx

nostd default

Enables no_std_deps of mbedtls-smx

rust-dice has 3 features without comments.