# 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 = "bellperson-sha512" version = "0.2.0" authors = ["Varun Thakore "] description = "circuit for SHA-512 hash function" homepage = "https://github.com/varunthakore/bellperson-sha512" documentation = "https://docs.rs/bellperson-sha512" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/varunthakore/bellperson-sha512" [dependencies.bellperson] version = "0.25.0" [dependencies.blstrs] version = "0.7.0" [dependencies.ff] version = "0.13.0" [dependencies.hex-literal] version = "0.4.1" [dependencies.rand_core] version = "0.6.4" [dependencies.rand_xorshift] version = "0.3.0" [dependencies.sha2] version = "0.10.6"