okx-sdk 0.1.0

library for okx
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-sdk"
version = "0.1.0"
authors = ["rooct@rooct.com"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "library for okx"
homepage = "https://github.com/rooct/okx-sdk.git"
readme = false
keywords = ["okx"]
categories = ["api-bindings"]
license = "MIT"
repository = "https://github.com/rooct/okx-sdk.git"

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

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

[dependencies.anyhow]
version = "1.0.69"

[dependencies.base64]
version = "0.13.0"

[dependencies.chrono]
version = "0.4.23"

[dependencies.http]
version = "0.2.9"

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

[dependencies.ring]
version = "0.17.0-alpha.11"

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

[dependencies.serde_json]
version = "1.0.93"

[dependencies.serde_with]
version = "2.2.0"

[dependencies.time]
version = "0.3.36"
features = [
    "local-offset",
    "formatting",
    "serde",
    "macros",
    "parsing",
    "serde-human-readable",
]

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