proofman 1.1.0-alpha

PIL2 proof manager: orchestrates witness generation, STARK proving, recursion, and SNARK wrapping
# 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 = "proofman"
version = "1.1.0-alpha"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PIL2 proof manager: orchestrates witness generation, STARK proving, recursion, and SNARK wrapping"
homepage = "https://github.com/0xPolygonHermez/pil2-proofman"
readme = false
keywords = [
    "pil2-proofman",
    "prover",
    "zero-knowledge",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xPolygonHermez/pil2-proofman"

[features]
default = ["mpi"]
diagnostic = [
    "proofman-macros/diagnostic",
    "proofman-common/diagnostic",
]
mpi = [
    "dep:mpi",
    "proofman-common/mpi",
]

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

[dependencies.bincode]
version = "2.0"
features = [
    "serde",
    "std",
]
default-features = false

[dependencies.blake3]
version = "1.3.1"

[dependencies.borsh]
version = "1.5"
features = ["derive"]

[dependencies.chrono]
version = "0.4.42"

[dependencies.colored]
version = "3"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.csv]
version = "1.3.1"

[dependencies.libloading]
version = "0.8.7"

[dependencies.mpi]
version = "0.8.2"
optional = true

[dependencies.num-traits]
version = "0.2"

[dependencies.pil2-std-lib]
version = "1.1.0-alpha"

[dependencies.proofman-common]
version = "1.1.0-alpha"

[dependencies.proofman-curves]
version = "1.1.0-alpha"

[dependencies.proofman-fields]
version = "1.1.0-alpha"

[dependencies.proofman-hints]
version = "1.1.0-alpha"

[dependencies.proofman-macros]
version = "1.1.0-alpha"

[dependencies.proofman-starks-lib-c]
version = "1.1.0-alpha"

[dependencies.proofman-util]
version = "1.1.0-alpha"

[dependencies.proofman-verifier]
version = "1.1.0-alpha"
features = ["parallel"]

[dependencies.proofman-witness]
version = "1.1.0-alpha"

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1.0.68"

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

[dependencies.tracing]
version = "0.1"