Cargo Features

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

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

std default = alloc

Enables std of facet-core ^0.5.0

alloc std

Enables alloc of facet-core ^0.5.0

facet-peek has 3 features without comments.