# 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 = "voproof" version = "0.2.0" description = "The rust implementation of the VOProof zkSNARK." license = "MIT OR Apache-2.0" resolver = "2" [dependencies.ark-bls12-377] version = "^0.3.0" features = ["curve"] default-features = false [dependencies.ark-bls12-381] version = "^0.3.0" features = ["curve"] default-features = false [dependencies.ark-ec] version = "^0.3.0" default-features = false [dependencies.ark-ff] version = "^0.3.0" default-features = false [dependencies.ark-marlin] version = "0.3.0" [dependencies.ark-poly] version = "^0.3.0" default-features = false [dependencies.ark-poly-commit] version = "0.3.0" [dependencies.ark-relations] version = "^0.3.0" [dependencies.ark-serialize] version = "^0.3.0" features = ["derive"] default-features = false [dependencies.ark-std] version = "^0.3.0" default-features = false [dependencies.blake2] version = "0.9" [dependencies.derivative] version = "2" features = ["use_core"] [dependencies.sha2] version = "0.9.6"