Cargo Features

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

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

std default = alloc
alloc std

Enables alloc of facet-core and facet-reflect

facet-reflect:

Enable the allocation features

facet-serialize has 3 features without comments.