# 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 = "zkplonk" version = "0.0.1" exclude = [ "**/.gitignore", ".gitignore", "Cargo.lock", "**/examples", "benchmarks/", ".github/", ] description = "A pure-Rust implementation of the PLONK ZK-Proof algorithm" readme = "README.md" keywords = [ "cryptography", "plonk", "zk-snarks", "zero-knowledge", "crypto", ] categories = [ "algorithms", "cryptography", "science", "mathematics", ] license = "MPL-2.0" repository = "https://github.com/dusk-network/plonk" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "./docs/katex-header.html", ] [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = false debug-assertions = false overflow-checks = false incremental = false [profile.release] codegen-units = 1 debug = true panic = "abort" overflow-checks = false [dependencies.bls-12-381] version = "0.0.23" default-features = false [dependencies.codec] version = "2.0.0" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.ec-pairing] version = "0.0.14" default-features = false [dependencies.hashbrown] version = "0.9" features = ["ahash"] default-features = false [dependencies.itertools] version = "0.9" default-features = false [dependencies.jub-jub] version = "0.0.20" default-features = false [dependencies.poly-commit] version = "0.0.13" default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.rayon] version = "1.3" optional = true [dependencies.sp-std] version = "3.0.0" default-features = false [dependencies.zksnarks] version = "0.0.1" default-features = false [dependencies.zkstd] version = "0.0.22" default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tempdir] version = "0.3" [features] alloc = [] default = ["std"] std = [ "poly-commit/std", "itertools/default", "hashbrown/default", "alloc", "rayon", ]