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

Enables std of uuid

serde

Enables serde, serde of uuid

rng

Enables rng of uuid

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)

v3

Enables v3 of uuid

v4

Enables v4 of uuid

v5

Enables v5 of uuid

v6

v6, v7 and v8 are unstable. See the Uuid crate documentation for how to enable unstable uuid versions.

Enables v6 of uuid

v7

Enables v7 of uuid

v8

Enables v8 of uuid