2015-12-24 11:58:38 +02:00
|
|
|
[package]
|
|
|
|
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
|
2015-12-25 09:37:52 +02:00
|
|
|
description = "zk-SNARK library"
|
2015-12-24 11:58:38 +02:00
|
|
|
documentation = "https://github.com/ebfull/bellman"
|
2015-12-25 09:37:52 +02:00
|
|
|
homepage = "https://github.com/ebfull/bellman"
|
2016-01-12 23:14:06 +02:00
|
|
|
license = "MIT/Apache-2.0"
|
2015-12-25 09:37:52 +02:00
|
|
|
name = "bellman"
|
|
|
|
repository = "https://github.com/ebfull/bellman"
|
|
|
|
version = "0.0.1"
|
2015-12-24 11:58:38 +02:00
|
|
|
|
2015-12-25 14:52:14 +02:00
|
|
|
[dependencies]
|
2017-01-08 10:08:49 +03:00
|
|
|
rand = "0.3.*"
|
|
|
|
rayon = "0.6.*"
|
|
|
|
byteorder = "1.*"
|
|
|
|
serde = "0.9.*"
|
|
|
|
|
|
|
|
[dev-dependencies.bincode]
|
|
|
|
git = "https://github.com/TyOverby/bincode.git"
|