# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "fawkes-crypto-phase2" version = "0.2.2" authors = ["Sean Bowe "] description = "Library for performing MPCs for creating zk-SNARK public parameters" homepage = "https://github.com/zeropoolnetwork/phase2-bn254" documentation = "https://docs.rs/fawkes_crypto_phase2" license = "MIT/Apache-2.0" repository = "https://github.com/zeropoolnetwork/phase2-bn254" [lib] crate-type = ["cdylib", "lib"] [dependencies.bellman_ce] version = "0.3.1" default-features = false package = "fawkes-crypto-bellman_ce" [dependencies.blake2] version = "0.8.1" [dependencies.blake2-rfc] version = "0.2" [dependencies.byteorder] version = "1" [dependencies.cfg-if] version = "0.1.10" [dependencies.console_error_panic_hook] version = "0.1.6" optional = true [dependencies.crossbeam] version = "0.7.3" [dependencies.exitcode] version = "1.1.2" [dependencies.hex] version = "0.4.0" [dependencies.itertools] version = "0.9.0" [dependencies.js-sys] version = "0.3.35" optional = true [dependencies.num-bigint] version = "0.2.3" [dependencies.num-traits] version = "0.2.8" [dependencies.num_cpus] version = "1" [dependencies.rand] version = "0.4" [dependencies.rust-crypto] version = "0.2" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.wasm-bindgen] version = "0.2.58" optional = true [dependencies.web-sys] version = "0.3.35" features = ["console"] optional = true [features] default = ["bellman_ce/multicore", "rust-crypto"] wasm = ["wasm-bindgen", "js-sys", "web-sys", "console_error_panic_hook", "bellman_ce/wasm"]