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.
# It is not intended for manual editing.
version = 4

[[package]]
name = "comp-cat-rs"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c1648e206938bd8125e0b01a66ee5b0f297244db72fb45e7c4e169e34dc7c91"

[[package]]
name = "field-cat"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c684beead8c106d9c56dfde407e56a936b44c16b6b971a1af76ccfeb02488b61"

[[package]]
name = "plonkish-cat"
version = "0.2.0"
dependencies = [
 "comp-cat-rs",
 "field-cat",
]