# 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_transaction" version = "0.4.2" authors = [ "Manuel Mauro ", "Ivan Schuetz ", ] description = "Implementation of the Algorand blockchain transaction set." readme = "README.md" keywords = [ "Algorand", "sdk", ] license = "MIT" repository = "https://github.com/manuelmauro/algonaut" [dependencies.algonaut_abi] version = "0.4.2" [dependencies.algonaut_core] version = "0.4.2" [dependencies.algonaut_crypto] version = "0.4.2" [dependencies.algonaut_encoding] version = "0.4.2" [dependencies.algonaut_model] version = "0.4.2" [dependencies.data-encoding] version = "2.3.1" [dependencies.derive_more] version = "0.99.13" [dependencies.getrandom] version = "0.2.2" features = ["js"] [dependencies.num-bigint] version = "0.4.3" [dependencies.num-traits] version = "0.2.14" [dependencies.rand] version = "0.8.3" [dependencies.ring] version = "0.16.19" [dependencies.rmp-serde] version = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11.4" [dependencies.sha2] version = "0.10.1" [dependencies.thiserror] version = "1.0.23" [dependencies.url] version = "2.2.0" [dependencies.urlencoding] version = "2.0.0-alpha.1"