pirate-librustzcash/Cargo.toml

27 lines
597 B
TOML
Raw Normal View History

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"
license = "MIT/Apache-2.0"
2015-12-25 07:37:52 +00:00
name = "bellman"
repository = "https://github.com/ebfull/bellman"
2017-08-23 02:45:45 +00:00
version = "0.0.4"
2015-12-24 09:58:38 +00:00
[dependencies]
rand = "0.3"
bit-vec = "0.4.4"
futures = "0.1"
futures-cpupool = "0.1"
num_cpus = "1.6"
crossbeam = "0.3"
2017-01-08 07:08:49 +00:00
[dependencies.pairing]
version = "0.11"
2017-08-23 02:45:45 +00:00
default-features = false
features = ["unstable-wnaf"]
[features]
default = ["u128-support"]
u128-support = ["pairing/u128-support"]