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"
|
2017-06-19 18:17:10 +00:00
|
|
|
version = "0.0.3"
|
2015-12-24 09:58:38 +00:00
|
|
|
|
2015-12-25 12:52:14 +00:00
|
|
|
[dependencies]
|
2017-08-07 13:43:39 +00:00
|
|
|
#rand = "0.3.*"
|
|
|
|
#byteorder = "1.*"
|
|
|
|
#serde = "1.0"
|
|
|
|
#crossbeam = "0.2"
|
|
|
|
#num_cpus = "1.0"
|
2017-01-08 07:08:49 +00:00
|
|
|
|
2017-05-07 16:24:54 +00:00
|
|
|
[dev-dependencies]
|
2017-08-07 13:43:39 +00:00
|
|
|
#bincode = "0.8.0"
|