# 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_abi" version = "0.4.2" authors = [ "Manuel Mauro ", "Ivan Schuetz ", ] description = "Application Binary Interface (ABI) to invoke smart contract methods with a standarized interface." readme = "README.md" keywords = [ "Algorand", "sdk", ] license = "MIT" repository = "https://github.com/manuelmauro/algonaut" [dependencies.algonaut_core] version = "0.4.2" [dependencies.derive_more] version = "0.99.13" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-bigint] version = "0.4.3" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.10.1" [dependencies.thiserror] version = "1.0.23" [dev-dependencies.num-bigint] version = "0.4.3" features = ["rand"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde_json] version = "1.0.40"