[package]
edition = "2021"
name = "proofman-hints"
version = "1.1.0-alpha"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hint definitions and evaluation 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 = []
[lib]
name = "proofman_hints"
path = "src/lib.rs"
[dependencies.itoa]
version = "1.0.17"
[dependencies.proofman-common]
version = "1.1.0-alpha"
[dependencies.proofman-fields]
version = "1.1.0-alpha"
[dependencies.proofman-starks-lib-c]
version = "1.1.0-alpha"
[dependencies.tracing]
version = "0.1"