# 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 = "2021" rust-version = "1.56" name = "mintscan" version = "0.4.0" authors = ["Tony Arcieri "] description = "API client for the Mintscan Cosmos explorer by Cosmostation" homepage = "https://github.com/iqlusioninc/crates/" readme = "README.md" keywords = [ "api", "client", "cosmos", "explorer", "tendermint", ] categories = [ "api-bindings", "cryptography::cryptocurrencies", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/iqlusioninc/crates/tree/main/mintscan" resolver = "2" [dependencies.iqhttp] version = "0.2" features = ["json"] [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.tendermint] version = "0.23" default-features = false [dev-dependencies.tokio] version = "1" features = ["macros"]