cryptoapis 1.1.0

Rust library/SDK for Crypto APIs 2.0
Documentation
[package]
name = "cryptoapis"
version = "1.1.0"
description = "Rust library/SDK for Crypto APIs 2.0"
authors = ["CryptoAPIs"]
edition = "2018"
license = "MIT"
keywords = ["cryptoapis", "blockchain", "crypto"]
documentation = "https://developers.cryptoapis.io/"
readme = "README.md"
homepage = "https://cryptoapis.io/"
repository = "https://github.com/Crypto-APIs/Crypto_APIs_2.0_SDK_Rust"

[dependencies]
serde = "^1.0"
serde_derive = "^1.0"
serde_json = "^1.0"
url = "^2.2"
[dependencies.reqwest]
version = "^0.11"
default-features = false
features = ["json", "multipart"]

[dev-dependencies]