/ Cargo.toml
Cargo.toml
 1  [package]
 2  name = "weird_cryptography"
 3  version = "0.2.0"
 4  edition = "2021"
 5  
 6  [dependencies]
 7  rand = "0.8.5"
 8  regex = "1.7"
 9  hmac = "0.12"
10  sha2 = "0.10"
11  base64 = "0.21"