starkom-ff 2.4.0

Finite field infrastructure for cryptographic applications.
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"
name = "starkom-ff"
version = "2.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Finite field infrastructure for cryptographic applications."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/libernet-xyz/ff.git"

[package.metadata.docs.rs]
all-features = true

[lib]
name = "starkom_ff"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.104"

[dependencies.getrandom]
version = "0.4.3"
features = ["wasm_js"]

[dependencies.getrandom_old]
version = "0.2.17"
features = ["js"]
package = "getrandom"

[dependencies.primitive-types]
version = "0.14.0"

[dependencies.rand_core]
version = "0.10.1"

[dependencies.subtle]
version = "2.6.1"

[dev-dependencies.blstrs]
version = "0.7.1"

[dev-dependencies.ff]
version = "0.13.1"