zkevm-assembly 0.153.12

The zkEVM common utilities
Documentation
# 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 = "zkevm-assembly"
version = "0.153.12"
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The zkEVM common utilities"
homepage = "https://zksync.io/"
readme = "README.md"
keywords = [
    "blockchain",
    "zksync",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matter-labs/zksync-protocol/"

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

[[bin]]
name = "reader"
path = "src/reader/main.rs"

[dependencies.env_logger]
version = "0.9"

[dependencies.hex]
version = "0.4"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.nom]
version = "7"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.sha3]
version = "0.10.8"

[dependencies.smallvec]
version = "1.13"

[dependencies.structopt]
version = "0.3"
default-features = false

[dependencies.thiserror]
version = "1.0"

[dependencies.zkevm_opcode_defs]
version = "=0.153.12"