gridiron 0.6.0

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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "gridiron"
version = "0.6.0"
authors = ["IronCore Labs <code at ironcorelabs.com>"]
exclude = [".gitignore", "proptest-regressions/*"]
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"
[profile.test]
opt-level = 2
debug = 2
debug-assertions = true
overflow-checks = true
incremental = true

[profile.bench]
opt-level = 3

[[bench]]
name = "benchmark"
harness = false
[dependencies.arrayref]
version = "0.3.5"

[dependencies.num-traits]
version = "~0.2"
[dev-dependencies.criterion]
version = "0.2"

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

[dev-dependencies.rand]
version = "~0.5"

[features]
unstable = []