gridiron 0.12.2

Rust finite field library with fixed size multi-word values.
Documentation
# 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 = "2024"
rust-version = "1.88.0"
name = "gridiron"
version = "0.12.2"
authors = ["IronCore Labs <code at ironcorelabs.com>"]
build = false
exclude = [
    ".gitignore",
    "proptest-regressions/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust finite field library with fixed size multi-word values."
readme = "README.md"
keywords = [
    "finite",
    "field",
    "crypto",
    "math",
]
categories = [
    "cryptography",
    "wasm",
]
license = "Apache-2.0"
repository = "https://github.com/IronCoreLabs/gridiron"

[features]
default = ["limb62"]
limb31 = []
limb62 = []
unstable = []

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

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[dependencies.num-traits]
version = "0.2.11"

[dev-dependencies.criterion]
version = "0.8"
default-features = false

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.rand]
version = "0.9"

[profile.bench]
opt-level = 3

[profile.test]
opt-level = 2
debug = 2
debug-assertions = true
overflow-checks = true
incremental = true