pil2-stark-setup 1.1.0-alpha

Setup and proving/verifying-key generation for the pil2-stark prover
# 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.89"
name = "pil2-stark-setup"
version = "1.1.0-alpha"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Setup and proving/verifying-key generation for the pil2-stark prover"
homepage = "https://github.com/0xPolygonHermez/pil2-proofman"
readme = "README.md"
keywords = [
    "pil2-proofman",
    "prover",
    "zero-knowledge",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/0xPolygonHermez/pil2-proofman"

[features]
default = []

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

[[bin]]
name = "proofman-setup"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4.5.38"
features = [
    "derive",
    "env",
]

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.pil2-pilout]
version = "1.1.0-alpha"

[dependencies.pil2-stark-recurser]
version = "1.1.0-alpha"

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

[dependencies.proofman-exps-codegen]
version = "1.1.0-alpha"

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

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

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

[dependencies.prost]
version = "0.13"

[dependencies.rayon]
version = "1"

[dependencies.rug]
version = "1"

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

[dependencies.serde_json]
version = "1.0.68"

[dependencies.tempfile]
version = "3"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3.19"

[dependencies.which]
version = "6"

[target.'cfg(all(target_os = "linux", target_arch = "x86_64"))'.dependencies.mpi]
version = "0.8.2"