prover-utils 1.0.0

prover-utils offers utility functions and structs, used in prover-engine.
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 = "prover-utils"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "prover-utils offers utility functions and structs, used in prover-engine."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/agglayer/provers"

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

[dependencies.humantime-serde]
version = "1.1.1"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde_with]
version = "3.11"

[dependencies.toml]
version = "0.8.15"

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