zksync_l1_contract_interface 26.7.0-non-semver-compat

Interfaces for interacting with ZKsync contracts
[package]
name = "zksync_l1_contract_interface"
description = "Interfaces for interacting with ZKsync contracts"
version.workspace = true
edition.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true

[dependencies]
zksync_types.workspace = true
zksync_prover_interface.workspace = true

# Used to serialize proof data
crypto_codegen.workspace = true
# Used to calculate the kzg commitment and proofs
kzg.workspace = true
fflonk.workspace = true
circuit_definitions.workspace = true

anyhow.workspace = true
sha2.workspace = true
sha3.workspace = true
hex.workspace = true
once_cell.workspace = true

[dev-dependencies]
rand.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_with = { workspace = true, features = ["base64", "hex"] }