Cargo Features

rkyv_dyn has no features set by default.

[dependencies]
rkyv_dyn = { version = "0.7.44", features = ["archive_le", "archive_be", "nightly", "strict", "validation", "vtable_cache"] }
default

These default features are set whenever rkyv_dyn is added without default-features = false somewhere in the dependency tree.

Enables size_32 and std of rkyv

archive_le

Enables archive_le of rkyv

archive_be

Enables archive_be of rkyv

nightly
strict

Enables strict of rkyv

validation = bytecheck

Enables validation of rkyv and rkyv_dyn_derive

Affects rkyv_dyn::validation

vtable_cache

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bytecheck validation?

Enables bytecheck ^0.6.11