async_kraken 0.1.2

Minimal wrapper for the Kraken exchange using async-std
Documentation
[package]

edition = "2018"

name = "async_kraken"

version = "0.1.2"

description = "Minimal wrapper for the Kraken exchange using async-std"

authors = ["dpuyosa"]



repository = "https://gitlab.com/dpuyosa/async-kraken"

keywords = ["kraken", "exchange", "api", "trading", "async"]

categories = ["api-bindings", "asynchronous", "web-programming::http-client"]

license = "Apache-2.0"

readme = "readme.md"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

async-std = "~1.9.0"

base64 = "~0.13.0"

ring = "~0.16.20"

serde = "~1.0.126"

serde_json = "~1.0.64"

serde_urlencoded = "~0.7.0"

surf = "~2.2.0"



[dev-dependencies]

async-std = { version = "~1.9.0", features = ["attributes"] }