kucoin_rs 0.2.5

Rust async library for the Kucoin API
Documentation
[dependencies.base64]
version = "0.12.0"

[dependencies.failure]
version = "0.1.7"

[dependencies.futures]
version = "0.3.4"

[dependencies.hmac]
version = "0.7.1"

[dependencies.pin-project]
version = "0.4"

[dependencies.reqwest]
features = ["json", "rustls-tls"]
version = "0.10.4"

[dependencies.serde]
version = "1.0.104"

[dependencies.serde_derive]
version = "1.0.104"

[dependencies.serde_json]
version = "1.0.48"

[dependencies.sha2]
version = "0.8.1"

[dependencies.streamunordered]
version = "0.5"

[dependencies.tokio]
features = ["full"]
version = "0.2.13"

[dependencies.tokio-tls]
version = "0.3.0"

[dependencies.tokio-tungstenite]
features = ["tls"]
version = "0.10.1"

[dependencies.tungstenite]
version = "0.10.1"

[dependencies.url]
version = "2.1.1"

[package]
authors = ["Eric Abrahams <eric@halgo.ca>"]
description = "Rust async library for the Kucoin API"
documentation = "https://docs.rs/crate/kucoin_rs"
edition = "2018"
homepage = "https://github.com/esvwdev/kucoin_rs"
keywords = ["kucoin", "cyptocurrency", "trading", "algotrading", "async"]
license = "MIT"
name = "kucoin_rs"
readme = "README.md"
repository = "https://github.com/escwdev/kucoin_rs"
version = "0.2.5"