2015-12-24 09:58:38 +00:00
|
|
|
[package]
|
|
|
|
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
|
2015-12-25 07:37:52 +00:00
|
|
|
description = "zk-SNARK library"
|
2015-12-24 09:58:38 +00:00
|
|
|
documentation = "https://github.com/ebfull/bellman"
|
2015-12-25 07:37:52 +00:00
|
|
|
homepage = "https://github.com/ebfull/bellman"
|
2016-01-12 21:14:06 +00:00
|
|
|
license = "MIT/Apache-2.0"
|
2015-12-25 07:37:52 +00:00
|
|
|
name = "bellman"
|
|
|
|
repository = "https://github.com/ebfull/bellman"
|
2018-04-01 05:23:37 +00:00
|
|
|
version = "0.1.0"
|
2015-12-24 09:58:38 +00:00
|
|
|
|
2015-12-25 12:52:14 +00:00
|
|
|
[dependencies]
|
2018-02-13 15:43:35 +00:00
|
|
|
rand = "0.4"
|
2017-08-07 19:36:52 +00:00
|
|
|
bit-vec = "0.4.4"
|
2018-07-02 15:43:17 +00:00
|
|
|
ff = "0.4"
|
2017-08-07 19:36:52 +00:00
|
|
|
futures = "0.1"
|
|
|
|
futures-cpupool = "0.1"
|
2018-07-06 20:24:03 +00:00
|
|
|
group = "0.1"
|
2018-02-14 19:31:43 +00:00
|
|
|
num_cpus = "1"
|
2017-08-07 19:36:52 +00:00
|
|
|
crossbeam = "0.3"
|
2018-03-05 00:49:05 +00:00
|
|
|
byteorder = "1"
|
2017-08-07 19:36:52 +00:00
|
|
|
|
2018-07-02 15:43:17 +00:00
|
|
|
[dependencies.pairing]
|
2018-07-06 20:24:03 +00:00
|
|
|
git = "https://github.com/str4d/pairing"
|
|
|
|
rev = "3d41ee5abaa4888ff3607689aba007be8856816d"
|
2018-07-02 15:43:17 +00:00
|
|
|
|
2017-08-07 19:36:52 +00:00
|
|
|
[features]
|
2017-11-06 02:35:28 +00:00
|
|
|
default = []
|