Cargo Features

[dependencies]
randoid = { version = "0.3.0", default-features = false, features = ["std", "alloc", "std-rand", "smartstring"] }
default = std-rand

The std-rand feature is set by default whenever randoid is added without default-features = false somewhere in the dependency tree.

std std-rand
alloc
std-rand default = std

Enables std and std_rng of rand

smartstring

Enables smartstring

randoid has 5 features without comments.