okx 0.2.2

OKX交易所API 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 = "2021"
name = "okx"
version = "0.2.2"
authors = ["fairwic <chaoliushishangfaner@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OKX交易所API SDK"
readme = "README.md"
keywords = [
    "okx",
    "cryptocurrency",
    "trading",
    "api",
    "sdk",
]
categories = [
    "api-bindings",
    "finance",
]
license = "MIT"
repository = "https://github.com/fairwic/okx_rs"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.79"

[dependencies.base64]
version = "0.21.7"

[dependencies.chrono]
version = "0.4.35"

[dependencies.config]
version = "0.14.0"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.futures]
version = "0.3.30"

[dependencies.hmac]
version = "0.12.1"

[dependencies.log]
version = "0.4.21"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.reqwest]
version = "0.11.27"
features = [
    "json",
    "rustls",
]

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

[dependencies.serde_json]
version = "1.0.117"

[dependencies.serde_path_to_error]
version = "0.1"

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "1.0.57"

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

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

[dependencies.url]
version = "2.5.0"

[dev-dependencies.env_logger]
version = "0.11.1"

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

[dev-dependencies.tokio-test]
version = "0.4.3"