circuit_encodings 0.141.0

ZKsync Era circuits encodings
[dependencies.derivative]
version = "2.2"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.zk_evm]
version = "=0.141.0"

[dependencies.zkevm_circuits]
version = "=0.141.0"

[features]
default = []
log_tracing = ["zkevm_circuits/log_tracing"]

[lib]
name = "circuit_encodings"
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 Era circuits encodings"
edition = "2021"
homepage = "https://zksync.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "circuit_encodings"
readme = "README.md"
repository = "https://github.com/matter-labs/era-zkevm_test_harness/"
version = "0.141.0"