Cargo Features
[dependencies]
newtype-uuid = { version = "1.1.3", default-features = false, features = ["std", "alloc", "v4", "serde", "schemars08"] }
- default = std
-
These default features are set whenever
newtype-uuid
is added without
somewhere in the dependency tree.default-features = false Enables uuid
- std default schemars08? = alloc
- alloc std
- v4
- serde
- schemars08 = std
-
Enables schemars
newtype-uuid has 6 features without comments.