Cargo Features

[dependencies]
mitex-spec = { version = "0.2.2-rc2", default-features = false, features = ["rkyv", "rkyv-validation", "serde"] }
default = rkyv, rkyv-validation, serde

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

rkyv default

Enables alloc and archive_le of rkyv

rkyv-validation default

Enables validation of rkyv

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.

serde default