prime-field 0.1.0

A library to declare an ff::PrimeField via crypto-bigint
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 = "2021"
rust-version = "1.86"
name = "prime-field"
version = "0.1.0"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to declare an ff::PrimeField via crypto-bigint"
readme = "README.md"
keywords = [
    "ff",
    "field",
    "prime",
    "crypto-bigint",
]
license = "MIT"
repository = "https://github.com/serai-dex/serai/tree/develop/crypto/prime-field"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
alloc = [
    "zeroize/alloc",
    "crypto-bigint/alloc",
    "ff/alloc",
]
default = ["std"]
std = [
    "zeroize/std",
    "subtle/std",
    "rand_core/std",
    "ff/std",
    "ff-group-tests",
]

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

[[test]]
name = "5mod8"
path = "tests/5mod8.rs"

[dependencies.crypto-bigint]
version = "0.6"
features = ["zeroize"]
default-features = false

[dependencies.ff]
version = "0.13"
features = ["bits"]
default-features = false

[dependencies.ff-group-tests]
version = "0.13"
optional = true

[dependencies.paste]
version = "1"
default-features = false

[dependencies.rand_core]
version = "0.6"
default-features = false

[dependencies.subtle]
version = "^2.4"
default-features = false

[dependencies.zeroize]
version = "^1.5"
default-features = false