calamari 0.1.0

Minimal, elegant and async REST API client for the Kraken cryptocurrency exchange
Documentation
[dependencies.base64]
version = "0.13"

[dependencies.hmac]
version = "0.11"

[dependencies.reqwest]
version = "0.11"

[dependencies.sha2]
version = "0.9"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0"

[package]
authors = ["Michele Lacchia <michelelacchia@gmail.com>"]
categories = ["api-bindings", "web-programming::http-client"]
description = "Minimal, elegant and async REST API client for the Kraken cryptocurrency exchange"
edition = "2018"
keywords = ["kraken", "async", "api", "rest", "cryptocurrency"]
license = "ISC"
name = "calamari"
readme = "README.md"
repository = "https://github.com/rubik/calamari"
version = "0.1.0"