zksync_vm_executor 26.2.1-non-semver-compat

Implementations of ZKsync VM executors
[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.once_cell]
version = "1"

[dependencies.tokio]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.vise]
version = "0.2.0"

[dependencies.zksync_contracts]
version = "26.2.1-non-semver-compat"

[dependencies.zksync_dal]
version = "26.2.1-non-semver-compat"

[dependencies.zksync_multivm]
version = "26.2.1-non-semver-compat"

[dependencies.zksync_types]
version = "26.2.1-non-semver-compat"

[dev-dependencies.assert_matches]
version = "1.5"

[dev-dependencies.test-casing]
version = "0.1.2"

[lib]
name = "zksync_vm_executor"
path = "src/lib.rs"

[package]
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["cryptography"]
description = "Implementations of ZKsync VM executors"
edition = "2021"
homepage = "https://zksync.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "zksync_vm_executor"
readme = false
repository = "https://github.com/matter-labs/zksync-era"
version = "26.2.1-non-semver-compat"