binance-core 0.2.3

Core functionality including API request signing, HTTP client setup, and shared logic for Binance Spot and Futures.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "binance-core"
version = "0.2.3"
authors = ["Denis Gruia <denis.gruiax@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core functionality including API request signing, HTTP client setup, and shared logic for Binance Spot and Futures."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/denisgruiax/binance-rs.git"
resolver = "1"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.binance-common]
version = "0.2.2"

[dependencies.chrono]
version = "0.4.40"

[dependencies.ed25519-dalek]
version = "2.1.1"
features = [
    "rand_core",
    "pem",
]

[dependencies.futures]
version = "0.3.32"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.rand]
version = "0.8"

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

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.sha2]
version = "0.10.8"

[dependencies.tokio]
version = "1.44.2"
features = [
    "macros",
    "rt-multi-thread",
]

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