[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.circuit_sequencer_api_1_5_0]
package = "circuit_sequencer_api"
version = "=0.150.1"
[dependencies.serde]
version = "1"
[dependencies.serde_with]
features = ["base64"]
version = "1"
[dependencies.strum]
features = ["derive"]
version = "0.24"
[dependencies.zksync_multivm]
version = "0.1.0"
[dependencies.zksync_object_store]
version = "0.1.0"
[dependencies.zksync_state]
version = "0.1.0"
[dependencies.zksync_types]
version = "0.1.0"
[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 = "0.1.0"
[[test]]
name = "job_serialization"
path = "tests/job_serialization.rs"