Cargo Features
zksync_types has no features set by default.
[dependencies]
zksync_types = { version = "28.2.1-non-semver-compat", features = ["protobuf", "contract-verification"] }
- protobuf
-
Enables prost ^0.12.6, zksync_protobuf, and zksync_protobuf_build
Affects
zksync_types::proto
… - contract-verification
-
Enables ciborium
Affects
zksync_types::contract_verification
…