# 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" rust-version = "1.59" name = "halo2_proofs" version = "0.3.0" authors = [ "Sean Bowe ", "Ying Tong Lai ", "Daira Hopwood ", "Jack Grigg ", ] description = """ Fast PLONK-based zero-knowledge proving system with no trusted setup """ documentation = "https://docs.rs/halo2_proofs" readme = "README.md" keywords = [ "halo", "proofs", "zkp", "zkSNARKs", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/zcash/halo2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--html-in-header", "katex-header.html", ] [lib] bench = false [[example]] name = "circuit-layout" required-features = ["test-dev-graph"] [[bench]] name = "arithmetic" harness = false [[bench]] name = "hashtocurve" harness = false [[bench]] name = "plonk" harness = false [[bench]] name = "dev_lookup" harness = false [[bench]] name = "fft" harness = false [dependencies.backtrace] version = "0.3" optional = true [dependencies.blake2b_simd] version = "1" [dependencies.ff] version = "0.13" [dependencies.group] version = "0.13" [dependencies.halo2_legacy_pdqsort] version = "0.1.0" optional = true [dependencies.maybe-rayon] version = "0.1.0" default-features = false [dependencies.pasta_curves] version = "0.5" [dependencies.plotters] version = "0.3.0" optional = true default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.tabbycat] version = "0.1" features = ["attributes"] optional = true [dependencies.tracing] version = "0.1" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.gumdrop] version = "0.8" [dev-dependencies.proptest] version = "1" [dev-dependencies.rand_core] version = "0.6" features = ["getrandom"] default-features = false [features] batch = ["rand_core/getrandom"] beta = [] default = [ "batch", "multicore", ] dev-graph = [ "plotters", "tabbycat", ] floor-planner-v1-legacy-pdqsort = ["halo2_legacy_pdqsort"] gadget-traces = ["backtrace"] multicore = ["maybe-rayon/threads"] nightly = ["beta"] sanity-checks = [] test-dev-graph = [ "dev-graph", "plotters/bitmap_backend", ] [target."cfg(all(target_arch = \"wasm32\", target_os = \"unknown\"))".dev-dependencies.getrandom] version = "0.2" features = ["js"]