Cargo Features

[dependencies]
rkyv-owned-archive = { version = "0.0.7", default-features = false, features = ["bytecheck", "pool"] }
default = bytecheck

The bytecheck feature is set by default whenever rkyv-owned-archive is added without default-features = false somewhere in the dependency tree.

bytecheck default

Enables bytecheck of rkyv

pool

Enables aligned-buffer-pool

rkyv-owned-archive has 3 features without comments.