# 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 = "nova-scotia" version = "0.5.0" authors = ["Nalin "] description = "Middleware to compile Circom circuits to Nova zkSNARK scheme" documentation = "https://github.com/nalinbhardwaj/Nova-Scotia/blob/main/README.md" readme = "README.md" keywords = [ "zkSNARKs", "cryptography", "proofs", ] license-file = "LICENSE" repository = "https://github.com/nalinbhardwaj/Nova-Scotia" [dependencies.anyhow] version = "1.0.65" [dependencies.bellperson] version = "0.25" default-features = false [dependencies.byteorder] version = "1.4.3" [dependencies.ff] version = "0.13" features = ["derive"] [dependencies.hex-literal] version = "0.3.4" [dependencies.itertools] version = "0.9.0" [dependencies.nova-snark] version = "0.23.0" [dependencies.num-bigint] version = "0.4" features = [ "serde", "rand", ] [dependencies.num-traits] version = "0.2.15" [dependencies.pasta_curves] version = "0.5" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.85" [features] cuda = ["nova-snark/cuda"] default = [] opencl = ["nova-snark/opencl"] [target."cfg(target_family = \"wasm\")".dependencies.js-sys] version = "0.3" [target."cfg(target_family = \"wasm\")".dependencies.rayon] version = "1.5" [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen] version = "0.2.81" features = ["serde-serialize"] [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen-rayon] version = "1.0"