zk_evm 0.141.0

ZKsync out-of-circuit EraEVM implementation
Documentation
[package]
name = "zk_evm"
version = "0.141.0"
edition = "2021"
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
homepage = "https://zksync.io/"
repository = "https://github.com/matter-labs/era-zk_evm"
license = "MIT OR Apache-2.0"
keywords = ["blockchain", "zksync"]
categories = ["cryptography"]
description = "ZKsync out-of-circuit EraEVM implementation"

resolver = "2"

[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
anyhow = "1.0"
num = { version = "0.4"}
static_assertions = "1"
zkevm_opcode_defs = "=0.141.0"
zk_evm_abstractions = "=0.141.0"
lazy_static = "1.4"

[dev-dependencies]
hex = "0.4"

[features]