[package]
edition = "2024"
name = "machine-cat"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic AIR chip framework built on proof-cat-core"
readme = "README.md"
keywords = [
"air",
"stark",
"sumcheck",
"category-theory",
"zero-knowledge",
]
categories = [
"mathematics",
"cryptography",
]
license = "MIT"
[lib]
name = "machine_cat"
path = "src/lib.rs"
[dependencies.field-cat]
version = "0.1"
[dependencies.plonkish-cat]
version = "0.2"
[dependencies.proof-cat-core]
version = "0.1"
[dependencies.sha2]
version = "0.10"
[lints.clippy]
manual_map = "warn"
needless_pass_by_value = "warn"
pedantic = "warn"
[lints.clippy.all]
level = "deny"
priority = -1