crypto-rest-client 0.3.5

An restful client for all cryptocurrency exchanges.
Documentation
[dependencies.lazy_static]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
features = ["blocking", "socks"]
version = "0.10"

[dependencies.serde_json]
version = "1"

[dependencies.strum]
version = "0.20"

[dependencies.strum_macros]
version = "0.20"

[package]
authors = ["soulmachine <soulmachine@gmail.com>"]
description = "An restful client for all cryptocurrency exchanges."
edition = "2018"
keywords = ["cryptocurrency", "blockchain", "trading"]
license = "Apache-2.0"
name = "crypto-rest-client"
repository = "https://github.com/soulmachine/crypto-crawler-rs/tree/main/crypto-rest-client"
version = "0.3.5"