zksync_tee_proof_data_handler 29.13.0-non-semver-compat

ZKsync TEE proof data handler API
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "zksync_tee_proof_data_handler"
version = "29.13.0-non-semver-compat"
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ZKsync TEE proof data handler API"
homepage = "https://zksync.io/"
readme = "README.md"
keywords = [
    "blockchain",
    "zksync",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matter-labs/zksync-era"

[lib]
name = "zksync_tee_proof_data_handler"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8.4"

[dependencies.chrono]
version = "0.4"
default-features = false

[dependencies.jsonrpsee]
version = "0.24"
features = [
    "async-client",
    "ws-client",
    "macros",
    "client-ws-transport-tls",
]
default-features = false

[dependencies.reqwest]
version = "0.12"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1"

[dependencies.tower]
version = "0.4.13"

[dependencies.tower-http]
version = "0.5.2"
features = [
    "compression-zstd",
    "decompression-zstd",
]

[dependencies.tracing]
version = "0.1"

[dependencies.vise]
version = "0.3.2"

[dependencies.zksync_config]
version = "29.13.0-non-semver-compat"

[dependencies.zksync_dal]
version = "29.13.0-non-semver-compat"
features = ["node_framework"]

[dependencies.zksync_node_framework]
version = "29.13.0-non-semver-compat"

[dependencies.zksync_object_store]
version = "29.13.0-non-semver-compat"
features = ["node_framework"]

[dependencies.zksync_prover_interface]
version = "29.13.0-non-semver-compat"

[dependencies.zksync_tee_prover_interface]
version = "29.13.0-non-semver-compat"

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

[dependencies.zksync_vm_executor]
version = "29.13.0-non-semver-compat"