[dependencies.anyhow]
version = "1.0"
[dependencies.lazy_static]
version = "1.4"
[dependencies.num]
version = "0.4"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1.0"
[dependencies.static_assertions]
version = "1"
[dependencies.zk_evm_abstractions]
version = "=0.150.16"
[dev-dependencies.hex]
version = "0.4"
[features]
[lib]
name = "zk_evm"
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 = "ZKsync out-of-circuit EraEVM implementation"
edition = "2021"
homepage = "https://zksync.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "zk_evm"
readme = "README.md"
repository = "https://github.com/matter-labs/zksync-protocol/"
version = "0.150.16"