# 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 = "benaloh-challenge" version = "0.8.0" authors = ["phayes "] description = "Implements the Benaloh Challenge (also known as an Interactive Device Challenge), a crytographic technique to ensure the honesty of an untrusted device." readme = "README.md" keywords = [ "cryptography", "voting", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/phayes/benaloh-challenge" [dependencies.digest] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.rand_core] version = "0.6" [dependencies.thiserror] version = "1" [dependencies.zeroize] version = "1.1.1" [dev-dependencies.rsa] version = "0.7" [dev-dependencies.sha2] version = "0.10" [badges.codecov] branch = "master" repository = "phayes/benaloh-challenge" service = "github" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "phayes/benaloh-challenge"