# 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" version = "0.4.2" authors = [ "Manuel Mauro ", "Ivan Schuetz ", ] description = "A Rusty sdk for the Algorand blockchain." readme = "README.md" keywords = [ "Algorand", "sdk", ] license = "MIT" repository = "https://github.com/manuelmauro/algonaut" [[test]] name = "features_runner" harness = false [dependencies.algonaut_abi] version = "0.4.2" [dependencies.algonaut_client] version = "0.4.2" default-features = false [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.algonaut_transaction] version = "0.4.2" [dependencies.data-encoding] version = "2.3.1" [dependencies.futures-timer] version = "3.0.2" [dependencies.instant] version = "0.1" features = ["now"] [dependencies.num-bigint] version = "0.4.3" [dependencies.num-traits] version = "0.2.14" [dependencies.rmp-serde] version = "1.0.0" [dependencies.sha2] version = "0.10.1" [dependencies.thiserror] version = "1.0.23" [dev-dependencies.async-trait] version = "0.1.51" [dev-dependencies.cucumber] version = "0.13.0" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.getrandom] version = "0.2.2" features = ["js"] [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.tokio] version = "1.6.0" features = [ "rt-multi-thread", "macros", ] [features] default = ["native"] native = ["algonaut_client/native"] rustls = ["algonaut_client/rustls"] [target."cfg(target_arch = \"wasm32\")".dependencies.gloo-timers] version = "0.2.4" features = ["futures"] [target."cfg(target_arch = \"wasm32\")".dependencies.instant] version = "0.1" features = [ "now", "wasm-bindgen", ]