Cargo Features

[dependencies]
facet-kdl = { version = "0.18.1", default-features = false, features = ["std", "alloc", "rich-diagnostics"] }
default = rich-diagnostics, std

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

std default rich-diagnostics = alloc

Enables std of facet-core, facet-reflect, and num-traits

facet-reflect:

Enable the standard library features

alloc std

Enables alloc of facet-core and facet-reflect

facet-reflect:

Enable the allocation features

rich-diagnostics default = std

Enables ariadne

facet-kdl has 4 features without comments.