Cargo Features

move-deps has no features set by default.

[dependencies]
move-deps = { version = "0.2.7", features = ["address32", "table-extension", "failpoints", "fuzzing", "testing"] }
address32

Enables address32 of mv-core-types

table-extension

Enables table-extension of mv-unit-test and move-vm-test-utils

failpoints

Enables failpoints of mv-vm-runtime

fuzzing

Enables fuzzing of mv-binary-format, mv-core-types, and mv-vm-types

testing

Enables testing of mv-stdlib and mv-vm-runtime

move-deps has 5 features without comments.