[package]
edition = "2018"
name = "async_kraken"
version = "0.1.3"
authors = ["dpuyosa"]
description = "Minimal wrapper for the Kraken exchange REST API using async-std"
homepage = "https://gitlab.com/dpuyosa/async-kraken"
documentation = "https://docs.rs/async_kraken"
readme = "readme.md"
keywords = ["kraken", "exchange", "api", "trading", "async"]
categories = ["api-bindings", "asynchronous", "web-programming::http-client"]
license = "Apache-2.0"
repository = "https://gitlab.com/dpuyosa/async-kraken"
[dependencies.async-std]
version = "1.9.0"
[dependencies.base64]
version = "0.13.0"
[dependencies.ring]
version = "0.16.20"
[dependencies.serde]
version = "1.0.126"
[dependencies.serde_json]
version = "1.0.64"
[dependencies.serde_urlencoded]
version = "0.7.0"
[dependencies.surf]
version = "2.2.0"
[dev-dependencies.async-std]
version = "1.9.0"
features = ["attributes"]