Cargo Features

[dependencies]
mini_uuid = { version = "0.2.0", default-features = false, features = ["v1", "v4", "v7", "padded"] }
default = padded, url_safe, v4

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

v1

Enables v1 of uuid

uuid:

NOTE: When adding new features, check the ci.yml workflow and include them where necessary (you can follow along with existing features)

v4 default

Enables v4 of uuid

v7

Enables v7 of uuid

url_safe padded default

MiniUuid has 5 features without comments.