[package]
edition = "2021"
name = "proofman-fields"
version = "1.1.0-alpha"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Goldilocks field arithmetic, extensions, Poseidon hashes, Merkle trees, and FRI primitives for PIL2 proofman"
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 = []
verify = []
[lib]
name = "proofman_fields"
path = "src/lib.rs"
[dependencies.cfg-if]
version = "1.0"
[dependencies.num-bigint]
version = "0.4"
default-features = false
[dependencies.paste]
version = "1.0.15"
[dependencies.serde]
version = "1.0.130"
features = ["derive"]
default-features = false
[dev-dependencies.rand]
version = "0.10"
[target.'cfg(target_arch = "x86_64")'.dependencies.proofman-starks-lib-c]
version = "1.1.0-alpha"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(target_vendor, values("zisk"))']