Cargo Features

mv-vm-types has no features set by default.

[dependencies]
mv-vm-types = { version = "0.3.2", features = ["fuzzing"] }
fuzzing = proptest

Enables fuzzing of mv-binary-format

Affects values_impl::prop

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.

proptest fuzzing?