# 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 = "circom-scotia" version = "0.2.0" authors = ["Hanting Zhang "] description = "Middleware to compile Circom circuits to Bellperson" documentation = "https://github.com/lurk-lab/circom-scotia/blob/main/README.md" readme = "README.md" keywords = [ "zkSNARKs", "cryptography", "proofs", ] license = "MIT OR Apache-2.0" repository = "https://github.com/lurk-lab/circom-scotia" [dependencies.anyhow] version = "1.0.65" [dependencies.bellpepper-core] version = "0.4.0" [dependencies.byteorder] version = "1.4.3" [dependencies.cfg-if] version = "1.0.0" [dependencies.color-eyre] version = "0.6.2" [dependencies.crypto-bigint] version = "0.5.2" features = ["serde"] [dependencies.ff] version = "0.13" features = ["derive"] [dependencies.fnv] version = "1.0.7" [dependencies.itertools] version = "0.9.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0.85" [dependencies.thiserror] version = "1.0.43" [dev-dependencies.pasta_curves] version = "0.5.1" [features] circom-2 = [] default = ["circom-2"] llvm = ["dep:wasmer-compiler-llvm"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmer] version = "4.0.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasmer-compiler-llvm] version = "4.1.1" optional = true [target."cfg(target_arch = \"wasm32\")".dependencies.getrandom] version = "0.2.10" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dependencies.wasmer] version = "4.0.0" features = [ "std", "js", ] default-features = false