plonk 1.0.0

The PLONK arithmetization scheme used in Starkom.
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 = "plonk"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The PLONK arithmetization scheme used in Starkom."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/libernet-xyz/plonk.git"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.ff]
version = "0.13.1"

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

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dependencies.sha3]
version = "0.12.0"

[dependencies.starkom-bluesky]
version = "2.1.0"

[dependencies.starkom-pcs]
version = "1.0.1"

[dependencies.starkom-poly]
version = "1.1.0"