Cargo Features

[dependencies]
daft = { version = "0.1.1", default-features = false, features = ["std", "alloc", "derive", "newtype-uuid1", "oxnet01", "uuid1"] }
default = std

The std feature is set by default whenever daft is added without default-features = false somewhere in the dependency tree.

std default = alloc
alloc std
derive

Enables daft-derive

newtype-uuid1

Enables newtype-uuid

oxnet01

Enables oxnet

uuid1

Enables uuid

Daft has 7 features without comments.