# 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 = "2021" name = "fawkes-crypto" version = "4.4.0" authors = ["Igor Gulamov "] description = "zk-SNARK circuit building framework" homepage = "https://github.com/zeropoolnetwork/fawkes-crypto" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/zeropoolnetwork/fawkes-crypto" [lib] crate-type = ["rlib"] [dependencies.bellman] version = "0.3.4" optional = true default_features = false package = "fawkes-crypto-bellman_ce" [dependencies.bit-vec] version = "0.6.3" [dependencies.blake2_rfc] version = "0.0.1" package = "blake2-rfc_bellman_edition" [dependencies.borsh] version = "0.9" optional = true [dependencies.brotli] version = "3.3.2" [dependencies.byteorder] version = "1" [dependencies.fawkes-crypto_derive] version = "4.3.0" [dependencies.ff-uint] version = "0.2.1" default-features = false [dependencies.getrandom] version = "0.2" optional = true [dependencies.impl-trait-for-tuples] version = "0.1.3" [dependencies.itertools] version = "0.10.0" [dependencies.linked-list] version = "0.0.3" optional = true [dependencies.rand] version = "0.7.3" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] backend_bellman_groth16 = [ "bellman", "rand_support", ] borsh_support = [ "borsh", "ff-uint/borsh_support", ] default = [ "backend_bellman_groth16", "r1cs", "borsh_support", "serde_support", ] heavy_tests = [] plonk = [] r1cs = ["linked-list"] rand_support = [ "rand", "getrandom", "ff-uint/rand_support", ] serde_support = [ "serde", "ff-uint/serde_support", ] wasm = [ "getrandom/js", "bellman/wasm", ]