[package]
name = "machine-cat"
version = "0.3.0"
edition = "2024"
description = "Generic AIR chip framework built on proof-cat-core"
license = "MIT"
readme = "README.md"
keywords = ["air", "stark", "sumcheck", "category-theory", "zero-knowledge"]
categories = ["mathematics", "cryptography"]
[dependencies]
field-cat = "0.1"
plonkish-cat = "0.2"
proof-cat-core = "0.1"
sha2 = "0.10"
[lints.clippy]
all = { level = "deny", priority = -1 }
pedantic = "warn"
needless_pass_by_value = "warn"
manual_map = "warn"