# 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 = "bevis-strobe" version = "0.1.1" authors = ["Mathias Hall-Andersen"] description = "A tiny strobe implementation based on \"Merlin\" by Henry de Valence for use with Bevis" keywords = [ "cryptography", "zero-knowledge", "fiat-shamir", "transcript", "strobe", ] categories = [ "cryptography", "no-std", ] license = "MIT" repository = "https://github.com/rot256/bevis-strobe" [dependencies.bevis] version = "0.1" [dependencies.keccak] version = "^0.1" default-features = false [dependencies.rand_core] version = "^0.6" [dependencies.zeroize] version = "1" features = ["zeroize_derive"] default-features = false [dev-dependencies.strobe-rs] version = "0.5"