Cargo Features

[dependencies]
facet-reflect = { version = "0.25.1", default-features = false, features = ["std", "alloc", "log", "slow-tests", "camino", "uuid", "ulid"] }
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 camino? std ulid? uuid?

Enable the allocation features

Enables alloc of facet-core and owo-colors

log

Enable logging of reflection operations (mostly for internal development)

Enables log

slow-tests

Enable slow tests (compile tests)

camino = alloc

Enables camino, camino of facet-core

uuid = alloc

Enables uuid, uuid of facet-core

ulid = alloc

Enables ulid, ulid of facet-core