zksync_queued_job_processor 0.1.0

Abstract queued job processor
Documentation
# 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_queued_job_processor"
version = "0.1.0"
authors = ["The Matter Labs Team <hello@matterlabs.dev>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Abstract queued job processor"
homepage = "https://zksync.io/"
readme = false
keywords = [
    "blockchain",
    "zksync",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/matter-labs/zksync-era"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.tokio]
version = "1"
features = ["time"]

[dependencies.tracing]
version = "0.1"

[dependencies.vise]
version = "0.1.0"

[dependencies.zksync_utils]
version = "0.1.0"