librustzcash/Cargo.toml

28 lines
601 B
TOML
Raw Normal View History

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