# 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 = "2018" name = "algonaut_crypto" version = "0.4.2" authors = [ "Manuel Mauro ", "Ivan Schuetz ", ] description = "Crypto utilities for the Algorand blockchain." readme = "README.md" keywords = [ "Algorand", "sdk", ] license = "MIT" repository = "https://github.com/manuelmauro/algonaut" [dependencies.algonaut_encoding] version = "0.4.2" [dependencies.data-encoding] version = "2.3.1" [dependencies.derive_more] version = "0.99.13" [dependencies.indexmap] version = "1.6.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.ring] version = "0.16.19" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10.1" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.23"