[package] name = "mayo" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tiny-keccak = { version = "2.0", features = ["shake"] } rand = "0.8.5" rust-crypto = "0.2.36" rayon = "1.8.0"