# 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 = "uzkge" version = "0.1.2" authors = ["Zypher "] description = "App-specific PlonK with various gadgets & primitives" homepage = "https://zypher.network" readme = "README.md" keywords = [ "zkp", "plonk", "game", ] categories = ["cryptography"] license = "GPL-3.0-only" repository = "https://github.com/zypher-game/uzkge" [[bin]] name = "gen-params" path = "src/gen_params/setup.rs" required-features = ["gen"] [dependencies.ark-bn254] version = "0.4" features = ["curve"] default-features = false package = "ark-bn254-zypher" [dependencies.ark-ec] version = "0.4" default-features = false package = "ark-ec-zypher" [dependencies.ark-ed-on-bn254] version = "0.4" default-features = false package = "ark-ed-on-bn254-zypher" [dependencies.ark-ff] version = "0.4" features = ["asm"] default-features = false package = "ark-ff-zypher" [dependencies.ark-poly] version = "0.4" default-features = false package = "ark-poly-zypher" [dependencies.ark-serialize] version = "0.4" features = ["derive"] default-features = false package = "ark-serialize-zypher" [dependencies.ark-std] version = "0.4" default-features = false package = "ark-std-zypher" [dependencies.bincode] version = "1.3" [dependencies.hex] version = "0.4" [dependencies.itertools] version = "0.12" [dependencies.lazy_static] version = "1.4" [dependencies.num-bigint] version = "0.4" [dependencies.num-integer] version = "0.1" [dependencies.rand_chacha] version = "0.3" [dependencies.rayon] version = "1.7" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha3] version = "0.10" [dependencies.structopt] version = "0.3" optional = true [dependencies.tera] version = "1.19" optional = true [dev-dependencies.rand_core] version = "0.6" features = ["getrandom"] [features] anemoi = [] debug = [] default = [ "std", "parallel", ] deserialize0 = [] gen = [ "parallel", "shuffle", "structopt", "tera", ] lightweight = [] no_srs = [] no_vk = [] parallel = [ "rayon", "ark-std/parallel", "ark-ff/parallel", "ark-ec/parallel", "ark-poly/parallel", ] serialize0 = [] shuffle = [] std = [ "ark-ec/std", "ark-std/std", "ark-ff/std", "ark-bn254/std", ]