# 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-zkbob" version = "1.3.0" authors = ["Igor Gulamov "] description = "zk-SNARK circuit and cryptography for zkBob" homepage = "https://github.com/zkbob/libzeropool" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/zkbob/libzeropool" [lib] crate-type = ["rlib"] [[bin]] name = "libzeropool-setup" path = "src/setup/main.rs" required-features = ["cli_libzeropool_setup"] [dependencies.chacha20poly1305] version = "0.8.0" features = ["heapless"] [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.6.0" features = ["rand_support"] package = "fawkes-crypto-zkbob" [dependencies.fawkes-crypto-keccak256] version = "0.1.1" package = "fawkes-crypto-zkbob-keccak256" [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.6.0" features = [ "rand_support", "backend_bellman_groth16", ] package = "fawkes-crypto-zkbob" [dev-dependencies.test-case] version = "2.2.2" [features] cli_libzeropool_setup = [ "clap", "fawkes-crypto/rand_support", "fawkes-crypto/backend_bellman_groth16", ] default = [ "cli_libzeropool_setup", "in3out127", ] in15out127 = [] in1out127 = [] in3out127 = [] in7ount127 = []