bitget_rs 0.1.0

Bitget V2 futures SDK
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 = "bitget_rs"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bitget V2 futures SDK"
homepage = "https://github.com/fairwic/crypto_exc_all"
documentation = "https://docs.rs/bitget_rs"
readme = "README.md"
keywords = [
    "bitget",
    "crypto",
    "exchange",
    "futures",
    "sdk",
]
license = "MIT"
repository = "https://github.com/fairwic/crypto_exc_all"
resolver = "2"

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

[[example]]
name = "account_accounts"
path = "examples/account_accounts.rs"

[[example]]
name = "live_bitget_post_only_order"
path = "examples/live_bitget_post_only_order.rs"

[[example]]
name = "websocket_private_smoke"
path = "examples/websocket_private_smoke.rs"

[[example]]
name = "websocket_public_smoke"
path = "examples/websocket_public_smoke.rs"

[[test]]
name = "api_tests"
path = "tests/api_tests.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.dotenv]
version = "0.15.0"

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

[dependencies.hmac]
version = "0.12.1"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "json",
    "rustls-tls",
    "socks",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.tokio-tungstenite]
version = "0.28.0"
features = ["rustls-tls-webpki-roots"]

[dependencies.url]
version = "2.5.4"

[dev-dependencies.mockito]
version = "1.7.0"