v_exchanges_adapters 0.12.5

Implementations of HTTP/HTTPS/WebSocket API methods for some crypto exchanges, using [crypto-botters](<https://github.com/negi-grass/crypto-botters>) framework
cargo-features = ["codegen-backend"]

[dependencies.derive-new]
version = "^0.7.0"

[dependencies.derive_more]
features = ["deref", "deref_mut"]
version = "^2.0.1"

[dependencies.eyre]
version = "^0.6.12"

[dependencies.hex]
version = "^0.4.3"

[dependencies.hmac]
version = "^0.12.1"

[dependencies.jiff]
version = "^0.2.15"

[dependencies.rand]
optional = true
version = "0.9.2"

[dependencies.secrecy]
version = "^0.10.3"

[dependencies.serde]
features = ["derive"]
version = "^1.0.228"

[dependencies.serde_json]
version = "^1.0.145"

[dependencies.serde_urlencoded]
version = "^0.7.1"

[dependencies.sha2]
version = "^0.10.9"

[dependencies.thiserror]
version = "^2.0.17"

[dependencies.tracing]
version = "^0.1.41"

[dependencies.url]
version = "^2.5.7"

[dependencies.v_exchanges_api_generics]
version = "^0.14.5"

[dependencies.v_utils]
version = "^2.7.2"

[dev-dependencies.rust_decimal]
features = ["serde-with-str", "serde-with-float"]
version = "1.39.0"

[dev-dependencies.tokio]
features = ["sync", "macros", "io-util", "rt", "rt-multi-thread", "time"]
version = "^1.47.1"

[features]
binance = []
bitflyer = ["dep:rand"]
bybit = ["dep:rand"]
coincheck = []
default = ["native-tls"]
full = ["binance", "bitflyer", "bybit", "coincheck", "mexc"]
mexc = []
native-tls = ["v_exchanges_api_generics/native-tls"]
native-tls-vendored = ["v_exchanges_api_generics/native-tls-vendored"]
rustls-tls-native-roots = ["v_exchanges_api_generics/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["v_exchanges_api_generics/rustls-tls-webpki-roots"]

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

[package]
authors = ["negi-grass", "valeratrades"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous"]
description = "Implementations of HTTP/HTTPS/WebSocket API methods for some crypto exchanges, using [crypto-botters](<https://github.com/negi-grass/crypto-botters>) framework"
documentation = "https://docs.rs/v_exchanges_adapters"
edition = "2024"
homepage = "https://github.com/valeratrades/v_exchanges"
keywords = ["client", "websocket", "asynchronous"]
license = "MIT"
name = "v_exchanges_adapters"
readme = "README.md"
repository = "https://github.com/valeratrades/v_exchanges/tree/master/v_exchanges_adapters"
version = "0.12.5"

[package.metadata.cargo-machete]
ignored = ["derive-new", "thiserror"]

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]