# 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-bellperson" version = "0.1.0" authors = [ "dignifiedquire ", "Sean Bowe ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "zk-SNARK library" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/iron-fish/bellman" [lib] name = "ironfish_bellperson" path = "src/lib.rs" [[test]] name = "compatibility" path = "tests/compatibility.rs" [[test]] name = "gpu_provers" path = "tests/gpu_provers.rs" [[test]] name = "groth16_aggregation" path = "tests/groth16_aggregation.rs" required-features = ["groth16"] [[test]] name = "mimc" path = "tests/mimc.rs" required-features = ["groth16"] [[test]] name = "minroot" path = "tests/minroot.rs" [[bench]] name = "lc" path = "benches/lc.rs" harness = false [dependencies.bincode] version = "1.3.1" [dependencies.blake2s_simd] version = "1.0.0" [dependencies.blstrs] version = "0.6.0" features = ["__private_bench"] [dependencies.byteorder] version = "1" [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.digest] version = "0.10.6" [dependencies.ec-gpu] version = "0.2.0" [dependencies.ec-gpu-gen] version = "0.5.0" [dependencies.ff] version = "0.12.0" [dependencies.fs2] version = "0.4.3" optional = true [dependencies.group] version = "0.12.0" [dependencies.log] version = "0.4.8" [dependencies.pairing] version = "0.22" [dependencies.rand] version = "0.8" default-features = false [dependencies.rand_core] version = "0.6" [dependencies.rayon] version = "1.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10.6" [dependencies.thiserror] version = "1.0.10" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.csv] version = "1.1.5" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.itertools] version = "0.10.0" [dev-dependencies.rand] version = "0.8" features = [ "std", "std_rng", ] default-features = false [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.rand_xorshift] version = "0.3" [dev-dependencies.subtle] version = "2.2.1" [dev-dependencies.temp-env] version = "0.3.0" [dev-dependencies.tempfile] version = "3.1.0" [build-dependencies.blstrs] version = "0.6.0" features = ["__private_bench"] [build-dependencies.ec-gpu-gen] version = "0.5.0" [build-dependencies.rustversion] version = "1.0.6" [features] _coverage = [] cuda = [ "ec-gpu-gen/cuda", "fs2", "blstrs/gpu", ] default = ["groth16"] groth16 = [] opencl = [ "ec-gpu-gen/opencl", "fs2", "blstrs/gpu", ] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.memmap2] version = "0.5.8" [badges.maintenance] status = "actively-developed"