# 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 = "proof-fair" version = "0.1.0" authors = ["Tobias Lie-Atjam"] description = "A provably fair random number generator (RNG) using HMAC-SHA512 hash with a server seed, a client seed, and a nonce." readme = "README.md" license = "MIT" [dependencies.crypto-common] version = "0.1.6" [dependencies.hex] version = "0.4.3" [dependencies.hex-literal] version = "0.4.1" [dependencies.hmac] version = "0.12.1" [dependencies.rand] version = "0.8" [dependencies.sha2] version = "0.10.6"