Cargo Features

[dependencies]
facet-reflect = { version = "0.10.2", default-features = false, features = ["std", "alloc", "log", "slow-tests"] }
default = std

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

std default = alloc

Enable the standard library features

alloc std

Enable the allocation features

Enables alloc of facet-core and owo-colors

log

Enable logging of reflection operations (mostly for internal development)

Enables log and owo-colors

slow-tests

Enable slow tests (compile tests)