Cargo Features

zksync_vm2 has no features set by default.

[dependencies]
zksync_vm2 = { version = "0.2.1", features = ["single_instruction_test"] }
single_instruction_test = anyhow, arbitrary, zk_evm

Enables arbitrary of primitive-types ^0.12.1

Affects zksync_vm2::single_instruction_test

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.

zk_evm single_instruction_test?
anyhow single_instruction_test?
arbitrary single_instruction_test?

Enables arbitrary

Optional dependencies (used for fuzzing)