# 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 = "arkworks-utils" version = "1.0.1" authors = ["Webb Developers"] description = "Webb protocol's utils for zero-knowledge gadgets and circuits" homepage = "https://webb.tools" license = "Apache-2.0" repository = "https://github.com/webb-tools/arkworks-gadgets" [dependencies.ark-ff] version = "^0.3.0" default-features = false [dependencies.ark-std] version = "^0.3.0" default-features = false [dependencies.hex] version = "0.4" features = ["alloc"] default-features = false [features] mimc_ed_on_bn254_220 = [] parallel = ["ark-std/parallel", "ark-ff/parallel"] poseidon_bls381_x17_3 = [] poseidon_bls381_x17_5 = [] poseidon_bls381_x3_3 = [] poseidon_bls381_x3_5 = [] poseidon_bls381_x5_3 = [] poseidon_bls381_x5_5 = [] poseidon_bn254_x17_3 = [] poseidon_bn254_x17_5 = [] poseidon_bn254_x3_3 = [] poseidon_bn254_x3_5 = [] poseidon_bn254_x5_2 = [] poseidon_bn254_x5_3 = [] poseidon_bn254_x5_4 = [] poseidon_bn254_x5_5 = [] std = ["ark-std/std", "hex/std"]