crypto-client 0.1.0

An unified restful client for all cryptocurrency exchanges.
Documentation
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.strum]
version = "0.20"

[dependencies.strum_macros]
version = "0.20"

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