openlimits-binance 0.3.0

Binance implementation for OpenLimits.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "openlimits-binance"
version = "0.3.0"
authors = ["Danilo Guanabara <danilo@sensorial.systems>"]
description = "Binance implementation for OpenLimits."
keywords = ["cryptocurrency", "exchange", "openlimits", "api"]
license = "BSD-2-Clause"
repository = "https://github.com/nash-io/openlimits"
[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["std", "serde"]

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4.2"

[dependencies.hmac]
version = "0.8.1"

[dependencies.log]
version = "0.4.8"

[dependencies.openlimits-exchange]
version = "0.3.0"

[dependencies.reqwest]
version = "0.11"
features = ["json", "blocking"]

[dependencies.rust_decimal]
version = "1.14.0"

[dependencies.serde]
version = "1.0.126"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.64"

[dependencies.serde_urlencoded]
version = "0.7.0"

[dependencies.sha2]
version = "0.9.1"

[dependencies.thiserror]
version = "1.0.20"

[dependencies.tokio]
version = "1.6.0"

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

[dependencies.url]
version = "2.1.1"