# 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 = "plonkup" version = "0.1.0" exclude = ["**/.gitignore", ".gitignore", "Cargo.lock", "**/examples", "benchmarks/", ".github/"] description = "A pure-Rust implementation of the PLONK ZK-Proof algorithm" keywords = ["cryptography", "plonkup", "zk-snarks", "zero-knowledge", "crypto"] categories = ["algorithms", "cryptography", "science", "mathematics"] license = "MPL-2.0" repository = "https://github.com/dusk-network/plonk" resolver = "2" [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 panic = "abort" overflow-checks = false [[bench]] name = "plonkup" harness = false [dependencies.canonical] version = "0.7" optional = true [dependencies.canonical_derive] version = "0.7" optional = true [dependencies.cfg-if] version = "1.0" [dependencies.dusk-bls12_381] version = "0.9" features = ["groups", "pairings", "endo"] default-features = false [dependencies.dusk-bytes] version = "0.1" [dependencies.dusk-jubjub] version = "0.11" default-features = false [dependencies.hashbrown] version = "0.9" features = ["ahash"] default-features = false [dependencies.itertools] version = "0.9" default-features = false [dependencies.merlin] version = "3.0" default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.rayon] version = "1.3" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.tempdir] version = "0.3" [features] alloc = ["dusk-bls12_381/alloc"] canon = ["dusk-bls12_381/canon", "dusk-jubjub/canon", "canonical", "canonical_derive"] default = ["std"] std = ["rand_core/std", "dusk-bls12_381/default", "dusk-jubjub/default", "itertools/default", "hashbrown/default", "alloc", "rayon"] trace = [] trace-print = ["trace"]