mintscan 0.4.0

API client for the Mintscan Cosmos explorer by Cosmostation
Documentation
[dependencies.iqhttp]
features = ["json"]
version = "0.2"

[dependencies.serde]
features = ["serde_derive"]
version = "1"

[dependencies.tendermint]
default-features = false
version = "0.23"
[dev-dependencies.tokio]
features = ["macros"]
version = "1"

[package]
authors = ["Tony Arcieri <tony@iqlusion.io>"]
categories = ["api-bindings", "cryptography::cryptocurrencies"]
description = "API client for the Mintscan Cosmos explorer by Cosmostation"
edition = "2021"
homepage = "https://github.com/iqlusioninc/crates/"
keywords = ["api", "client", "cosmos", "explorer", "tendermint"]
license = "Apache-2.0 OR MIT"
name = "mintscan"
readme = "README.md"
repository = "https://github.com/iqlusioninc/crates/tree/main/mintscan"
resolver = "2"
rust-version = "1.56"
version = "0.4.0"