# 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 = "ironfish_zkp" version = "0.2.0" authors = ["Iron Fish (https://ironfish.network)"] description = "Sapling API and zero-knowledge proving mechanism for the Iron Fish node" homepage = "https://ironfish.network/" readme = "README.md" keywords = [ "iron-fish", "sapling", "zero-knowledge", ] license = "MIT OR Apache-2.0" repository = "https://github.com/iron-fish/ironfish" [dependencies.blake2s_simd] version = "1.0.0" [dependencies.blstrs] version = "0.6.0" features = ["portable"] [dependencies.byteorder] version = "1.4.3" [dependencies.ff] version = "0.12.0" [dependencies.group] version = "0.12.0" [dependencies.ironfish-bellperson] version = "0.1.0" features = ["groth16"] [dependencies.ironfish-jubjub] version = "0.1.0" [dependencies.ironfish-primitives] version = "0.1.0" [dependencies.ironfish-proofs] version = "0.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5"