# 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_client" version = "0.4.2" authors = [ "Manuel Mauro ", "Ivan Schuetz ", ] description = "API clients for the Algorand blockchain." readme = "README.md" keywords = [ "Algorand", "sdk", ] license = "MIT" repository = "https://github.com/manuelmauro/algonaut" [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.async-trait] version = "0.1.50" [dependencies.data-encoding] version = "2.3.1" [dependencies.derive_more] version = "0.99.13" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.rmp-serde] version = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.40" [dependencies.thiserror] version = "1.0.23" [dependencies.url] version = "2.2.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 = ["macros"] [features] default = ["native"] native = ["reqwest/native-tls"] rustls = ["reqwest/rustls-tls"]