# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "zk_evm" version = "0.150.0" authors = ["The Matter Labs Team "] description = "ZKsync out-of-circuit EraEVM implementation" homepage = "https://zksync.io/" readme = "README.md" keywords = [ "blockchain", "zksync", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/matter-labs/era-zk_evm" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.lazy_static] version = "1.4" [dependencies.num] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.static_assertions] version = "1" [dependencies.zk_evm_abstractions] version = "=0.150.0" [dev-dependencies.hex] version = "0.4" [features]