[package]
name = "zksync_vm_executor"
description = "Implementations of ZKsync VM executors"
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_dal.workspace = true
zksync_types.workspace = true
zksync_multivm.workspace = true
async-trait.workspace = true
once_cell.workspace = true
tokio.workspace = true
anyhow.workspace = true
tracing.workspace = true
vise.workspace = true
[dev-dependencies]
assert_matches.workspace = true
test-casing.workspace = true