Cargo Features
[dependencies]
facet-kdl = { version = "0.19.0", default-features = false, features = ["std", "alloc", "rich-diagnostics"] }
- default = rich-diagnostics, std
-
These default features are set whenever
facet-kdl
is added without
somewhere in the dependency tree.default-features = false - std default rich-diagnostics = alloc
-
Enables std of facet-core ^0.18.0, facet-reflect ^0.18.0, and num-traits
facet-reflect:
Enable the standard library features
- alloc std
-
Enables alloc of facet-core ^0.18.0 and facet-reflect ^0.18.0
facet-reflect:
Enable the allocation features
- rich-diagnostics default = std
-
Enables ariadne
facet-kdl has 4 features without comments.