proofman-verifier 1.1.0-alpha

STARK proof verifier with Poseidon transcripts for the PIL2 proofman framework
# 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-verifier"
version = "1.1.0-alpha"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "STARK proof verifier with Poseidon transcripts for the PIL2 proofman framework"
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 = [
    "std",
    "verify",
]
parallel = [
    "std",
    "dep:rayon",
]
std = [
    "dep:tracing",
    "dep:bincode",
    "serde/std",
]
verify = ["proofman-fields/verify"]

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

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

[dependencies.num-traits]
version = "0.2"
features = ["libm"]
default-features = false

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

[dependencies.rayon]
version = "1"
optional = true

[dependencies.serde]
version = "1.0.130"
features = [
    "alloc",
    "derive",
]
default-features = false

[dependencies.tracing]
version = "0.1"
optional = true