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
somewhere in the dependency tree.default-features = false - v1
-
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
- v7
- url_safe padded default
MiniUuid has 5 features without comments.