capy-graph 0.1.4

A framework for constructing arithmetic circuits on-the-fly.
Documentation
[[bench]]
harness = false
name = "circuit_bench"

[dependencies.criterion]
version = "0.5.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.thiserror]
version = "1.0"

[package]
authors = ["Dustin Ray - drcapybara"]
description = "A framework for constructing arithmetic circuits on-the-fly."
edition = "2021"
license = "MIT"
name = "capy-graph"
readme = "README.md"
version = "0.1.4"

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3

[profile.test]
opt-level = 3