Cargo Features
[dependencies]
mitex-spec = { version = "0.2.4", default-features = false, features = ["rkyv", "rkyv-validation", "serde"] }
- default = rkyv, rkyv-validation, serde
-
These default features are set whenever
mitex-spec
is added without
somewhere in the dependency tree.default-features = false - rkyv default
-
Enables alloc and archive_le of rkyv ^0.7.42
- rkyv-validation default
-
Enables validation of rkyv ^0.7.42
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