Cargo Features
typed-uuid has no features set by default.
[dependencies]
typed-uuid = { version = "0.2.0", features = ["std", "serde", "rng", "v1", "v3", "v4", "v5", "v6", "v7", "v8"] }
- std
- serde
- rng
- v1
-
uuid:
NOTE: When adding new features, check the
ci.yml
workflow and include them where necessary (you can follow along with existing features) - v3
- v4
- v5
- v6
-
v6, v7 and v8 are unstable. See the Uuid crate documentation for how to enable unstable uuid versions.
- v7
- v8