Cargo Features

[dependencies]
ctxbuilder = { version = "0.2.0", default-features = false, features = ["uuid"] }
default = uuid

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

uuid default

Enables uuid

ctxbuilder has 2 features without comments.