[package]
name = "zkevm_opcode_defs"
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-zkevm_opcode_defs"
license = "MIT OR Apache-2.0"
keywords = ["blockchain", "zksync"]
categories = ["cryptography"]
description = "ZKsync EraVM opcode definitions"
resolver = "2"
[[bin]]
name = "circuit_pricing_generator"
path = "src/circuit_pricing_generator/main.rs"
[dependencies]
bitflags = "2"
lazy_static = "1.4"
ethereum-types = "=0.14.1"
sha2 = "=0.10.8"
sha3 = "=0.10.8"
blake2 = "0.10.*"
k256 = { version = "0.13.*", features = ["arithmetic", "ecdsa"] }