Cargo Features

[dependencies]
rkyv_util = { version = "0.1.0-alpha.1", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc

Enables std of rkyv

alloc std

Enables alloc of rkyv

rkyv_util has 3 features without comments.