Cargo Features

[dependencies]
cand = { version = "0.3.2", default-features = false, features = ["std", "alloc", "colors", "ufmt"] }
default = alloc, colors, std

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

std default

Enables std of once_cell

once_cell:

Enables once_cell::sync module.

alloc default

Enables alloc of optional once_cell

once_cell:

Enables once_cell::race::OnceBox type.

colors default
ufmt

Enables ufmt

Affects cand::UStorageProvider, cand::UDebugStr, cand::ULogger, cand::MultiULogger