cexio 0.5.3

Client for Cex.io crypto exchange API
Documentation
[dependencies.hex]
version = "0.4.2"

[dependencies.hmac]
version = "0.8.1"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.10.7"

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

[dependencies.sha2]
version = "0.9.1"

[dependencies.strum_macros]
version = "0.18.0"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.toml]
version = "0.5.6"

[package]
authors = ["Sergey Isaev <isvforall@gmail.com>"]
categories = ["api-bindings"]
description = "Client for Cex.io crypto exchange API"
documentation = "https://docs.rs/cexio"
edition = "2018"
homepage = "https://github.com/isvforall/cexio"
include = ["**/*.rs", "Cargo.toml"]
keywords = ["cexio", "cryptocurrency", "trading", "bitcoin", "crypto"]
license = "MIT"
name = "cexio"
readme = "README.md"
repository = "https://github.com/isvforall/cexio"
version = "0.5.3"