# 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 = "curdleproofs" version = "0.0.1" authors = [ "George Kadianakis ", "Mary Maller ", ] description = "An implementation of the Curdleproofs shuffle zero-knowledge argument" readme = "README.md" keywords = [ "cryptography", "crypto", "zero-knowledge", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/asn-d6/curdleproofs" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "doc/katex-header.html", ] [[bench]] name = "perf" harness = false [dependencies.ark-bls12-381] version = "^0.3.0" [dependencies.ark-ec] version = "^0.3.0" [dependencies.ark-ff] version = "^0.3.0" [dependencies.ark-serialize] version = "^0.3.0" [dependencies.ark-std] version = "^0.3.0" [dependencies.criterion] version = "0.3.5" features = ["html_reports"] [dependencies.hashbrown] version = "0.12.3" [dependencies.merlin] version = "3.0.0" [dependencies.thiserror] version = "1.0.32" [features] asm = ["ark-ff/asm"] default = [ "asm", "parallel", "std", ] parallel = [ "std", "ark-ff/parallel", "ark-std/parallel", "ark-ec/parallel", ] print-trace = ["ark-std/print-trace"] std = [ "ark-ff/std", "ark-ec/std", "ark-std/std", "ark-serialize/std", ]