# 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 = "2021" name = "capy-graph" version = "0.1.4" authors = ["Dustin Ray - drcapybara"] description = "A framework for constructing arithmetic circuits on-the-fly." readme = "README.md" license = "MIT" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [profile.test] opt-level = 3 [[bench]] name = "circuit_bench" harness = false [dependencies.criterion] version = "0.5.1" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.thiserror] version = "1.0"