# 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] name = "zksnark" version = "0.0.2" authors = ["Ross"] description = "An implementation of zkSNARK using groth16." license = "GPL-3.0-or-later" repository = "https://github.com/republicprotocol/zksnark-rs" [package.metadata.docs.rs] all-features = true [profile.dev] opt-level = 3 [dependencies.bigint] version = "4.4.0" [dependencies.bn] version = "0.4.3" [dependencies.itertools] version = "0.6.0" [dependencies.rand] version = "~0.3.14" [dev-dependencies.quickcheck] version = "0.7.1"