circuit_sequencer_api 0.140.0

ZKsync Era circuits API for sequencer
[package]
name = "circuit_sequencer_api"
version = "0.140.0"
edition = "2021"
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
homepage = "https://zksync.io/"
repository = "https://github.com/matter-labs/era-zkevm_test_harness/"
license = "MIT OR Apache-2.0"
keywords = ["blockchain", "zksync"]
categories = ["cryptography"]
description = "ZKsync Era circuits API for sequencer"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
circuit_encodings = { version = "0.140.0", path = "../circuit_encodings" }

zk_evm = "=0.140.0"
bellman = { package = "bellman_ce", version = "=0.7.0" }


derivative = "2.2"
serde = {version = "1", features = ["derive"]}
rayon = "1.10"


[features]
default = []