# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zkinterface_bellman" version = "1.3.2" authors = ["Aurélien Nicolas "] description = "Bellman circuit construction and proving system for zkInterface" homepage = "https://github.com/QED-it/zkinterface-bellman" keywords = ["zero-knowledge", "zkproof", "cryptography"] license = "MIT" repository = "https://github.com/QED-it/zkinterface-bellman" [lib] name = "zkinterface_bellman" path = "src/lib.rs" [[bin]] name = "zkif_bellman" path = "src/bin.rs" [dependencies.bellman] version = "0.8.0" [dependencies.bls12_381] version = "0.3.1" [dependencies.ff] version = "0.8.0" [dependencies.num-bigint] version = "0.2.2" optional = true [dependencies.pairing] version = "0.18.0" [dependencies.rand] version = "0.7" [dependencies.zkinterface] version = "1.3.2" [features] zokrates = ["num-bigint"]