[package] name = "tentacli-crypto" version = "0.1.0" edition = "2021" authors = ["Sergio Ivanuzzo "] description = "Crypto functions for tentacli" keywords = [ "idewave", "tentacli", "tentacli-crypto", "cryptography" ] license-file = "../../../LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hmac-sha = "0.6.1" num-bigint = "0.4.3" rand = "0.8.5" sha-1 = "0.9.8" [lib] name = "tentacli_crypto" path = "src/lib.rs"