[dependencies.anyhow]
version = "1"
[dependencies.base64]
version = "0.21"
[dependencies.chrono]
version = "0.4"
[dependencies.futures-util]
version = "0.3"
[dependencies.hmac]
version = "0.12"
[dependencies.reqwest]
features = ["blocking", "json", "rustls-tls"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.tokio-tungstenite]
version = "0.20"
[dependencies.tracing]
version = "0.1"
[lib]
name = "bitget_sdk"
path = "src/lib.rs"
[package]
authors = ["Your Name <your.email@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "cryptography"]
description = "Bitget Exchange API SDK for Rust"
edition = "2024"
keywords = ["bitget", "crypto", "exchange", "api", "sdk"]
license = "MIT"
name = "bitget_sdk"
readme = "README.md"
repository = "https://github.com/blockchain-toolbox/bitget-rs"
version = "0.1.0"