libzeropool 0.5.6

zk-SNARK circuit and cryptography for ZeroPool
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "libzeropool"
version = "0.5.6"
authors = ["Igor Gulamov <igor.gulamov@gmail.com>"]
description = "zk-SNARK circuit and cryptography for ZeroPool"
license = "MIT OR Apache-2.0"

[lib]
crate-type = ["rlib"]

[[bin]]
name = "libzeropool-setup"
path = "src/setup/main.rs"
required-features = ["cli_libzeropool_setup"]
[dependencies.chacha20poly1305]
version = "0.8.0"

[dependencies.clap]
version = "3.0.0-beta.1"
optional = true
package = "clap-v3"

[dependencies.convert_case]
version = "0.4.0"

[dependencies.fawkes-crypto]
version = "4.3.3"
features = ["rand_support"]

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha3]
version = "0.9.1"
[dev-dependencies.fawkes-crypto]
version = "4.3.3"
features = ["rand_support", "backend_bellman_groth16"]

[features]
cli_libzeropool_setup = ["clap", "fawkes-crypto/rand_support", "fawkes-crypto/backend_bellman_groth16"]
default = ["cli_libzeropool_setup", "in3out127"]
in15out127 = []
in1out127 = []
in3out127 = []
in7ount127 = []