# 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 = "powersoftau" version = "0.1.0" authors = ["Sean Bowe"] description = "Communal zk-SNARK MPC for Public Parameters" homepage = "https://github.com/ebfull/powersoftau" documentation = "https://docs.rs/powersoftau/" license = "MIT/Apache-2.0" repository = "https://github.com/ebfull/powersoftau" [dependencies.typenum] version = "1.9.0" [dependencies.num_cpus] version = "1.7.0" [dependencies.generic-array] version = "0.8.3" [dependencies.byteorder] version = "1.1.0" [dependencies.pairing] version = "0.13.0" [dependencies.rand] version = "0.3.17" [dependencies.crossbeam] version = "0.3.0" [dependencies.blake2] version = "0.6.1" [features] u128-support = ["pairing/u128-support"]