# 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 = "ironfish-proofs" version = "0.1.0" authors = ["Jack Grigg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zcash zk-SNARK circuits and proving APIs" readme = "README.md" categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/iron-fish/librustzcash" [package.metadata.docs.rs] all-features = true [lib] name = "ironfish_proofs" path = "src/lib.rs" bench = false [[example]] name = "download-params" path = "examples/download-params.rs" required-features = ["download-params"] [[example]] name = "get-params-path" path = "examples/get-params-path.rs" required-features = ["directories"] [[bench]] name = "sapling" path = "benches/sapling.rs" harness = false required-features = ["local-prover"] [dependencies.blake2b_simd] version = "1" [dependencies.blstrs] version = "0.6.0" features = ["__private_bench"] [dependencies.byteorder] version = "1" [dependencies.directories] version = "4" optional = true [dependencies.ff] version = "0.12" [dependencies.group] version = "0.12" [dependencies.ironfish-bellperson] version = "0.1.0" features = ["groth16"] [dependencies.ironfish-jubjub] version = "0.1.0" [dependencies.ironfish-primitives] version = "0.1.0" [dependencies.lazy_static] version = "1" [dependencies.minreq] version = "2" features = ["https"] optional = true [dependencies.rand_core] version = "0.6" [dependencies.redjubjub] version = "0.5" [dependencies.tracing] version = "0.1" [dependencies.wagyu-zcash-parameters] version = "0.2" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand_xorshift] version = "0.3" [features] bundled-prover = ["wagyu-zcash-parameters"] default = [ "local-prover", "multicore", ] download-params = ["minreq"] local-prover = ["directories"] multicore = [] [target."cfg(unix)".dev-dependencies.pprof] version = "0.9" features = [ "criterion", "flamegraph", ] [badges.maintenance] status = "actively-developed"