phase2-bn254/Cargo.toml
2018-12-08 05:31:26 +08:00

26 lines
646 B
TOML

[package]
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Alex Vlasov <alex.m.vlasov@gmail.com>"]
description = "zk-SNARK library"
documentation = "https://github.com/matterinc/bellman"
homepage = "https://github.com/matterinc/bellman"
license = "MIT/Apache-2.0"
name = "bellman"
repository = "https://github.com/matterinc/bellman"
version = "0.1.1"
[dependencies]
rand = "0.4"
bit-vec = "0.4.4"
futures = "0.1"
futures-cpupool = "0.1"
num_cpus = "1"
crossbeam = "0.3"
Pairing = { git = 'https://github.com/matterinc/pairing' }
byteorder = "1"
ff = { version = "0.4", features = ["derive"] }
pbr = "1.0.1"
time = "0.1"
[features]
default = []