Cargo Features

[dependencies]
newtype-uuid = { version = "1.1.0", default-features = false, features = ["std", "alloc", "v4", "serde", "schemars08"] }
default = std

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

Enables uuid

std default schemars08? = alloc

Enables std of uuid

alloc std
v4

Enables v4 of uuid

serde

Enables serde, serde of uuid

schemars08 = std

Enables schemars

newtype-uuid has 6 features without comments.