binance-rs-async 1.1.4

Async Rust Library for the Binance API
Documentation
[dependencies.chrono]
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.16"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_qs]
version = "0.8"

[dependencies.thiserror]
version = "1.0"

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

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

[dependencies.url]
version = "2.2"
[dev-dependencies.csv]
version = "1.1"

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

[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"]
default = ["native-tls"]
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 = []

[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"
resolver = "2"
version = "1.1.4"