rsbit 0.5.4

This is a library for the Bybit API.
Documentation
[dependencies.anyhow]
version = "1.0.75"

[dependencies.async-trait]
version = "0.1.74"

[dependencies.chrono]
version = "0.4.31"

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

[dependencies.hex]
version = "0.4.3"

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

[dependencies.ring]
version = "0.17.6"

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

[dependencies.serde_json]
version = "1.0.108"

[dependencies.serde_qs]
version = "0.12.0"

[dependencies.tokio]
features = ["net"]
version = "1.34.0"

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

[dependencies.url]
version = "2.5.0"

[dev-dependencies.dotenv]
version = "0.15.0"

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

[package]
authors = ["torohash <torohash@gmail.com>"]
description = "This is a library for the Bybit API."
edition = "2021"
keywords = ["bybit", "api", "wrapper"]
license = "MIT OR Apache-2.0"
name = "rsbit"
readme = "README.md"
repository = "https://github.com/torohash/rsbit"
version = "0.5.4"