phase2-bn254/Cargo.toml

20 lines
437 B
TOML
Raw Normal View History

2015-12-24 12:58:38 +03:00
[package]
authors = ["Sean Bowe <ewillbefull@gmail.com>"]
2015-12-25 10:37:52 +03:00
description = "zk-SNARK library"
2015-12-24 12:58:38 +03:00
documentation = "https://github.com/ebfull/bellman"
2015-12-25 10:37:52 +03:00
homepage = "https://github.com/ebfull/bellman"
license = "MIT/Apache-2.0"
2015-12-25 10:37:52 +03:00
name = "bellman"
repository = "https://github.com/ebfull/bellman"
2017-04-04 09:28:36 +03:00
version = "0.0.2"
2015-12-24 12:58:38 +03:00
[dependencies]
2017-01-08 10:08:49 +03:00
rand = "0.3.*"
byteorder = "1.*"
2017-05-07 19:24:54 +03:00
serde = "1.0"
crossbeam = "0.2"
num_cpus = "1.0"
2017-01-08 10:08:49 +03:00
2017-05-07 19:24:54 +03:00
[dev-dependencies]
bincode = "0.8.0"