# 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 = "laron-crypto" version = "0.2.3" authors = ["Ade M Ramdani "] description = "Cryptography helper library" readme = "README.md" keywords = [ "crypto", "ethereum", "k256", "elliptic_curve", "aes", ] license = "GPL-3.0-or-later" repository = "https://github.com/laron-tech/crypto" [dependencies.aes-gcm] version = "0.10.1" [dependencies.base32] version = "0.4.0" [dependencies.constant_time_eq] version = "0.2.5" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.k256] version = "0.13.1" [dependencies.rand] version = "0.8.5" [dependencies.sha1] version = "0.10.5" [dependencies.sha2] version = "0.10.6" [dependencies.sha3] version = "0.10.7"