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