patisson-binance-sdk 0.1.5

Unofficial Rust SDK for the Binance exchange API
Documentation
[dependencies.anyhow]
version = "1.0.98"

[dependencies.futures-util]
default-features = false
features = ["sink", "std"]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.reqwest]
features = ["json"]
version = "0.12.20"

[dependencies.rust_decimal]
features = ["std", "macros", "serde-str", "serde-with-str"]
version = "1.37.2"

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

[dependencies.serde-aux]
version = "4.7.0"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_path_to_error]
version = "0.1.17"

[dependencies.serde_repr]
version = "0.1.20"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.sha2]
version = "0.10.9"

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

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

[lib]
name = "binance"
path = "src/lib.rs"

[package]
authors = ["Yurii Musolov <yurii.musolov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "cryptography::cryptocurrencies"]
description = "Unofficial Rust SDK for the Binance exchange API"
documentation = "https://docs.rs/crate/patisson-binance-sdk"
edition = "2024"
keywords = ["binance", "sdk", "crypto", "trading", "cryptocurrency"]
license = "MIT"
license-file = "LICENSE"
name = "patisson-binance-sdk"
readme = "README.md"
repository = "https://github.com/yurii-musolov/patisson-binance-sdk"
version = "0.1.5"