async_kraken_ws 0.1.4

Minimal wrapper for the Kraken exchange WebSockets using async-std
Documentation
[dependencies.async-std]
version = "1.9.0"

[dependencies.async-tls]
version = "0.11.0"

[dependencies.async-tungstenite]
features = ["async-std-runtime", "async-tls"]
version = "0.13.1"

[dependencies.async_kraken]
version = "0.1.3"

[dependencies.futures]
version = "0.3.15"

[dependencies.serde_json]
version = "1.0.64"

[dependencies.tungstenite]
version = "0.13.0"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.9.0"

[package]
authors = ["dpuyosa"]
categories = ["api-bindings", "asynchronous", "web-programming::websocket"]
description = "Minimal wrapper for the Kraken exchange WebSockets using async-std"
documentation = "https://docs.rs/async_kraken_ws"
edition = "2018"
homepage = "https://gitlab.com/dpuyosa/async-kraken-ws"
keywords = ["kraken", "exchange", "api", "websocket", "async"]
license = "Apache-2.0"
name = "async_kraken_ws"
readme = "readme.md"
repository = "https://gitlab.com/dpuyosa/async-kraken-ws"
version = "0.1.4"