Cargo Features

[dependencies]
facet-toml = { version = "0.12.0", default-features = false, features = ["std", "alloc"] }
default = std

The std feature is set by default whenever facet-toml is added without default-features = false somewhere in the dependency tree.

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.