proofman-fields 1.1.0-alpha

Goldilocks field arithmetic, extensions, Poseidon hashes, Merkle trees, and FRI primitives for PIL2 proofman
# 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-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"))']