cmc 0.1.3

Rust Library for the CoinMarketCap API
Documentation
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.10"

[dependencies.serde]
features = ["derive"]
version = "1.0.137"

[dependencies.serde_json]
features = ["float_roundtrip"]
version = "1.0.81"

[dependencies.thiserror]
version = "1.0.31"

[package]
authors = ["Dzhegash <dzhegash@gmail.com>"]
categories = ["api-bindings", "cryptography::cryptocurrencies"]
description = "Rust Library for the CoinMarketCap API"
documentation = "https://docs.rs/crate/cmc/"
edition = "2021"
keywords = ["cryptocurrency", "coinmarket", "coinmarketcap", "price", "nft"]
license = "MIT OR Apache-2.0"
name = "cmc"
readme = "README.md"
repository = "https://github.com/dzhegash/cmc"
resolver = "2"
version = "0.1.3"