[dependencies.circuit_encodings]
version = "=0.150.19"
[dependencies.crossbeam]
version = "0.8"
[dependencies.derivative]
version = "2.2"
[dependencies.seq-macro]
version = "0.3.5"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.snark_wrapper]
version = "=0.30.12"
[features]
default = []
log_tracing = ["circuit_encodings/log_tracing"]
verbose_circuits = ["circuit_encodings/verbose_circuits"]
[lib]
name = "circuit_definitions"
path = "src/lib.rs"
[package]
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "ZKsync Era circuits definitions"
edition = "2021"
homepage = "https://zksync.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "circuit_definitions"
readme = "README.md"
repository = "https://github.com/matter-labs/zksync-protocol/"
version = "0.150.19"