2015-12-24 11:58:38 +02:00
|
|
|
[package]
|
2018-12-08 00:31:26 +03:00
|
|
|
authors = ["Sean Bowe <ewillbefull@gmail.com>", "Alex Vlasov <alex.m.vlasov@gmail.com>"]
|
2015-12-25 09:37:52 +02:00
|
|
|
description = "zk-SNARK library"
|
2018-12-08 00:31:26 +03:00
|
|
|
documentation = "https://github.com/matterinc/bellman"
|
|
|
|
homepage = "https://github.com/matterinc/bellman"
|
2016-01-12 23:14:06 +02:00
|
|
|
license = "MIT/Apache-2.0"
|
2015-12-25 09:37:52 +02:00
|
|
|
name = "bellman"
|
2018-12-08 00:31:26 +03:00
|
|
|
repository = "https://github.com/matterinc/bellman"
|
|
|
|
version = "0.1.1"
|
2015-12-24 11:58:38 +02:00
|
|
|
|
2015-12-25 14:52:14 +02:00
|
|
|
[dependencies]
|
2018-02-13 18:43:35 +03:00
|
|
|
rand = "0.4"
|
2017-08-07 22:36:52 +03:00
|
|
|
bit-vec = "0.4.4"
|
|
|
|
futures = "0.1"
|
|
|
|
futures-cpupool = "0.1"
|
2018-02-14 22:31:43 +03:00
|
|
|
num_cpus = "1"
|
2017-08-07 22:36:52 +03:00
|
|
|
crossbeam = "0.3"
|
2018-12-08 00:31:26 +03:00
|
|
|
Pairing = { git = 'https://github.com/matterinc/pairing' }
|
2018-03-05 03:49:05 +03:00
|
|
|
byteorder = "1"
|
2018-12-08 00:31:26 +03:00
|
|
|
ff = { version = "0.4", features = ["derive"] }
|
|
|
|
pbr = "1.0.1"
|
|
|
|
time = "0.1"
|
2017-08-07 22:36:52 +03:00
|
|
|
|
|
|
|
[features]
|
2017-11-06 05:35:28 +03:00
|
|
|
default = []
|