# 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 = "arkworks-mimc" version = "0.3.0" description = "Arkworks implementation of cryptographic hash function MiMC" readme = "README.md" license = "LGPL-3.0-only" repository = "https://github.com/Tetration-Lab/arkworks-mimc" [dependencies.ark-crypto-primitives] version = "^0.3.0" default-features = false [dependencies.ark-ff] version = "^0.3.0" default-features = false [dependencies.ark-r1cs-std] version = "^0.3.0" default-features = false [dependencies.ark-relations] version = "^0.3.0" default-features = false [dependencies.ark-std] version = "^0.3.0" default-features = false [dependencies.rug] version = "1.19.1" optional = true default-features = false [dependencies.tiny-keccak] version = "^2.0.2" optional = true default-features = false [dev-dependencies.ark-bn254] version = "^0.3.0" features = ["curve"] default-features = false [dev-dependencies.ark-std] version = "^0.3.0" features = ["print-trace"] default-features = false [features] default = [] mimc-5-218-bls12-377 = [] mimc-5-220-bls12-381 = [] mimc-5-220-bn254 = [] mimc-7-90-bls12-377 = [] mimc-7-91-bls12-381 = [] mimc-7-91-bn254 = [] paramgen = [ "tiny-keccak/keccak", "rug/float", ] r1cs = ["ark-crypto-primitives/r1cs"]