plonkish-cat 0.2.0

PLONKish circuit system built on comp-cat-rs: circuits as morphisms in a free category
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 = "plonkish-cat"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PLONKish circuit system built on comp-cat-rs: circuits as morphisms in a free category"
readme = "README.md"
keywords = [
    "zero-knowledge",
    "plonk",
    "category-theory",
    "circuits",
    "halo2",
]
categories = [
    "mathematics",
    "cryptography",
]
license = "MIT"

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

[dependencies.comp-cat-rs]
version = "0.5"

[dependencies.field-cat]
version = "0.1"

[lints.clippy]
manual_map = "warn"
needless_pass_by_value = "warn"
pedantic = "warn"

[lints.clippy.all]
level = "deny"
priority = -1