Cargo Features

[dependencies]
seeded-random = { version = "0.6.0", default-features = false, features = ["std", "rng", "uuid"] }
default = rng

The rng feature is set by default whenever seeded-random is added without default-features = false somewhere in the dependency tree.

std

Enables std and std_rng of rand

rng default

Enables rand_chacha and small_rng of rand

Features from optional dependencies

uuid implicit feature

Enables uuid

uuid:

A library to generate and parse UUIDs