prover-engine 1.0.0

prover-engine contains the framework engine used to build proof on agglayer protocol.
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.axum]
features = ["macros", "tokio", "http1", "http2", "json", "matched-path", "original-uri", "form", "query", "ws"]
version = "0.8"

[dependencies.http]
version = "1.2.0"

[dependencies.http-body-util]
version = "0.1.2"

[dependencies.prover-telemetry]
version = "1.0.0"

[dependencies.tokio]
features = ["full"]
version = "1.42"

[dependencies.tokio-util]
version = "0.7.13"

[dependencies.tonic]
default-features = false
version = "0.12.3"

[dependencies.tonic-health]
version = "0.12.3"

[dependencies.tonic-reflection]
version = "0.12.3"

[dependencies.tower]
features = ["util"]
version = "0.4.13"

[dependencies.tracing]
version = "0.1.41"

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

[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(feature, values("cargo-clippy"))']
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "prover-engine contains the framework engine used to build proof on agglayer protocol."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "prover-engine"
readme = false
repository = "https://github.com/agglayer/provers"
version = "1.0.0"