# 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 = "2018" name = "zkhash" version = "0.2.0" authors = [ "Markus Schofnegger ", "Roman Walch ", ] description = "Rust implementations of Poseidon2 and similar arithmetization-oriented primitives" license = "MIT OR Apache-2.0" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = 2 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 2 [[bench]] name = "mt_bls12" harness = false [[bench]] name = "mt_bn256" harness = false [[bench]] name = "plain_babybear" harness = false [[bench]] name = "plain_goldilocks" harness = false [[bench]] name = "plain_bn256" harness = false [[bench]] name = "plain_bls12" harness = false [[bench]] name = "plain_pallas" harness = false [[bench]] name = "plain_vesta" harness = false [dependencies.ark-ff] version = "^0.4.0" default-features = false [dependencies.ark-std] version = "^0.4.0" default-features = false [dependencies.bitvec] version = "1.0" [dependencies.blake2] version = "0.10" [dependencies.bls12_381] version = "0.7" [dependencies.byteorder] version = "1.4" [dependencies.cfg-if] version = "1.0" [dependencies.group] version = "0.13" [dependencies.group_ped] version = "0.12.1" features = ["wnaf-memuse"] package = "group" [dependencies.halo2] version = "=0.1.0-beta.2" [dependencies.hex] version = "0.4" [dependencies.jubjub] version = "0.9" [dependencies.lazy_static] version = "1.4" [dependencies.pasta_curves] version = "0.5" [dependencies.random] version = "0.8" package = "rand" [dependencies.serde] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.sha3] version = "0.10" [dependencies.subtle] version = "2.3" [dev-dependencies.criterion] version = "0.4" [features] asm = [ "sha2/asm", "blake2/simd_asm", "ark-ff/asm", ] default = []