binance-rs-async 1.3.3

Async Rust Library for the Binance API
Documentation
[dependencies.boolinator]
version = "2.4"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.lazy_static]
version = "1.4"

[dependencies.reqwest]
default-features = false
features = ["json"]
version = "0.11"

[dependencies.ring]
version = "0.17"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_qs]
version = "0.12"

[dependencies.serde_repr]
version = "0.1"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tokio-tungstenite]
version = "0.21"

[dependencies.url]
version = "2.5"

[dev-dependencies.csv]
version = "1.3"

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

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

[dev-dependencies.tracing]
features = ["release_max_level_debug", "log"]
version = "0.1"

[features]
all_apis = ["futures_api", "margin_api", "savings_api", "wallet_api"]
default = ["native-tls", "futures_api"]
futures_api = []
margin_api = []
native-tls = ["tokio-tungstenite/native-tls", "reqwest/native-tls"]
rustls-tls = ["tokio-tungstenite/rustls-tls-webpki-roots", "reqwest/rustls-tls"]
savings_api = []
wallet_api = []

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

[package]
authors = ["Guillaume Balaine igosuki.github@gmail.com"]
description = "Async Rust Library for the Binance API"
documentation = "https://docs.rs/crate/binance-rs-async/"
edition = "2021"
keywords = ["cryptocurrency", "trading", "binance"]
license = "MIT OR Apache-2.0"
name = "binance-rs-async"
readme = "README.md"
repository = "https://github.com/Igosuki/binance-rs-async"
version = "1.3.3"