three-commas-client 0.2.4

3commas client
Documentation
[package]
name = "three-commas-client"
version = "0.2.4"
edition = "2021"
description = "3commas client"
license = "MIT"
authors = ["Aleksander Heintz <alxandr@alxandr.me>"]
repository = "https://github.com/YoloDev/3commas-rs"

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

[dependencies]
async-std = "1"
async-trait = "0.1"
form_urlencoded = "1"
futures = "0.3"
hex = "0.4"
hmac = "0.12"
sha2 = "0.10"
smol_str = { version = "0.1" }
surf = { version = "2", default-features = false, features = ["hyper-client"] }
thiserror = "1"
tracing = "0.1"
tracing-futures = "0.2"

three-commas-types = { version = "0.1.3", path = "../types" }

[dev-dependencies]
async-std = { version = "1", features = ["attributes"] }