Cargo Features
[dependencies]
facet-toml = { version = "0.12.0", default-features = false, features = ["std", "alloc"] }
- default = std
-
The
std
feature is set by default wheneverfacet-toml
is added without
somewhere in the dependency tree.default-features = false - std default = 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
facet-toml has 3 features without comments.