Cargo Features

[dependencies]
euui = { version = "1.2.2", default-features = false, features = ["random", "random_uuid", "uuid"] }
default = random, random_uuid, uuid

These default features are set whenever euui is added without default-features = false somewhere in the dependency tree.

random default

Enables rand

random_uuid default = uuid

Enables v4 of uuid

uuid default random_uuid

Enables uuid

Euui has 4 features without comments.