zksync_vm_interface 26.1.0-non-semver-compat

ZKsync Era VM interfaces
Documentation
[package]
name = "zksync_vm_interface"
description = "ZKsync Era VM interfaces"
version.workspace = true
edition.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
zksync_contracts.workspace = true
zksync_system_constants.workspace = true
zksync_types.workspace = true

anyhow.workspace = true
async-trait.workspace = true
hex.workspace = true
pretty_assertions.workspace = true
serde.workspace = true
thiserror.workspace = true
tracing.workspace = true

[dev-dependencies]
assert_matches.workspace = true
serde_json.workspace = true