provekit-verifier 1.0.0

ProveKit verifier for zero-knowledge proofs
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.85"
name = "provekit-verifier"
version = "1.0.0"
authors = [
    "Remco Bloemen <remco@world.org>",
    "Philipp Sippl <philipp@world.org>",
    "Aditya Bisht <aditya@atheon.xyz>",
    "Ashish Kumar <ashish@atheon.xyz>",
    "Rose Jethani <rose@atheon.xyz>",
    "Yashwanth Reddy <yashwanth@atheon.xyz>",
    "Arun Kumar <arun@atheon.xyz>",
    "Yuval Domb",
    "Xander van der Goot",
    "Koh Wei Jie",
    "Tony Wu",
    "Vishruti Ganesh",
    "Benjamin Wilson",
    "Yogesh Swami",
    "Ryan Cao",
    "Shreyas Londhe",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ProveKit verifier for zero-knowledge proofs"
homepage = "https://github.com/worldfnd/ProveKit"
readme = false
license = "MIT"
repository = "https://github.com/worldfnd/ProveKit"

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

[dependencies.anyhow]
version = "1.0.93"

[dependencies.ark-std]
version = "0.5"
features = ["std"]

[dependencies.provekit-common]
version = "1.0.0"

[dependencies.rayon]
version = "1.10.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.whir]
version = "0.1.1"
features = ["tracing"]
package = "provekit-whir"

[lints.clippy]
cargo = "warn"
complexity = "warn"
correctness = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"

[lints.clippy.cargo_common_metadata]
level = "allow"
priority = 1

[lints.clippy.missing_docs_in_private_items]
level = "allow"
priority = 1

[lints.clippy.missing_safety_doc]
level = "deny"
priority = 1

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]