# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "halo2-core" version = "0.1.0-beta.2" authors = ["Sean Bowe ", "Ying Tong Lai ", "Daira Hopwood ", "Jack Grigg "] description = "[BETA] Fast proof-carrying data implementation with no trusted setup\n" documentation = "https://docs.rs/halo2" readme = "README.md" license-file = "COPYING" repository = "https://github.com/zcash/halo2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"] [[example]] name = "circuit-layout" required-features = ["dev-graph"] [[bench]] name = "arithmetic" harness = false [[bench]] name = "hashtocurve" harness = false [[bench]] name = "plonk" harness = false [dependencies.backtrace] version = "0.3" optional = true [dependencies.blake2b_simd] version = "0.5" [dependencies.ff] version = "0.11" [dependencies.group] version = "0.11" [dependencies.pasta_curves] version = "0.2.1" [dependencies.plotters] version = "0.3.0" optional = true [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.5.1" [dependencies.tabbycat] version = "0.1" features = ["attributes"] optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.gumdrop] version = "0.8" [dev-dependencies.proptest] version = "1" [features] dev-graph = ["plotters", "tabbycat"] gadget-traces = ["backtrace"] sanity-checks = []