newton-testing-utils 0.1.38

newton provero testing utils
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"
rust-version = "1.91"
name = "newton-testing-utils"
version = "0.1.38"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "newton provero testing utils"
readme = false
license = "BUSL-1.1"
repository = "https://github.com/newt-foundation/newton-prover-avs"

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

[dependencies.alloy]
version = "1.1.1"
features = [
    "std",
    "signer-local",
    "signer-keystore",
    "providers",
    "reqwest",
    "rpc-types",
]
default-features = false

[dependencies.eigen-common]
version = "2"

[dependencies.eigen-utils]
version = "2"

[dependencies.eyre]
version = "0.6.12"

[dependencies.hex]
version = "0.4.3"
features = ["alloc"]

[dependencies.newton-prover-core]
version = "0.1.38"
features = [
    "rpc",
    "config",
]
default-features = false

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1.40"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rust.unused]
level = "allow"
priority = -1

[lints.rustdoc]
all = "warn"