phase2-bn254/powersoftau/Cargo.toml

31 lines
630 B
TOML
Raw Normal View History

2017-10-30 03:58:34 +03:00
[package]
name = "powersoftau"
2019-02-27 19:10:19 +03:00
version = "0.2.0"
authors = ["Sean Bowe", "Alex Vlasov"]
2017-10-30 03:58:34 +03:00
license = "MIT/Apache-2.0"
edition = "2018"
2017-10-30 03:58:34 +03:00
description = "Communal zk-SNARK MPC for Public Parameters"
documentation = "https://docs.rs/powersoftau/"
2019-02-27 19:10:19 +03:00
homepage = "https://github.com/matter-labs/powersoftau"
repository = "https://github.com/matter-labs/powersoftau"
2017-10-30 03:58:34 +03:00
[dependencies]
rand = "0.4"
2017-10-30 03:58:34 +03:00
crossbeam = "0.3.0"
num_cpus = "1.7.0"
blake2 = "0.6.1"
generic-array = "0.8.3"
typenum = "1.9.0"
byteorder = "1.1.0"
2018-03-18 21:39:08 +03:00
hex-literal = "0.1"
rust-crypto = "0.2"
memmap = "0.7.0"
itertools = "0.8.0"
bellman_ce = { path = "../bellman" }
2019-02-27 19:10:19 +03:00
2017-10-30 03:58:34 +03:00
[features]