zksync_prover_interface 26.7.0-non-semver-compat

Interfaces for interaction with ZKsync prover subsystem
[dependencies.bellman]
package = "zksync_bellman"
version = "=0.30.13"

[dependencies.circuit_definitions]
version = "=0.150.20"

[dependencies.circuit_sequencer_api]
version = "=0.150.20"

[dependencies.fflonk]
version = "=0.30.13"

[dependencies.serde]
version = "1"

[dependencies.serde_with]
features = ["base64", "hex"]
version = "1"

[dependencies.strum]
features = ["derive"]
version = "0.26"

[dependencies.zksync_object_store]
version = "=26.7.0-non-semver-compat"

[dependencies.zksync_types]
version = "=26.7.0-non-semver-compat"

[dependencies.zksync_vm_interface]
version = "=26.7.0-non-semver-compat"

[dev-dependencies.bincode]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[lib]
name = "zksync_prover_interface"
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 = "Interfaces for interaction with ZKsync prover subsystem"
edition = "2021"
homepage = "https://zksync.io/"
keywords = ["blockchain", "zksync"]
license = "MIT OR Apache-2.0"
name = "zksync_prover_interface"
readme = false
repository = "https://github.com/matter-labs/zksync-era"
version = "26.7.0-non-semver-compat"

[[test]]
name = "job_serialization"
path = "tests/job_serialization.rs"