cargo-features = ["codegen-backend"]
[dependencies.bytes]
version = "1.10.1"
[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.futures-util]
version = "^0.3.31"
[dependencies.jiff]
version = "^0.2.15"
[dependencies.reqwest]
features = ["blocking", "json"]
version = "^0.12.24"
[dependencies.serde]
features = ["derive"]
version = "^1.0.228"
[dependencies.serde_json]
version = "^1.0.145"
[dependencies.serde_urlencoded]
version = "^0.7.1"
[dependencies.thiserror]
version = "^2.0.17"
[dependencies.tokio]
features = ["sync", "macros", "io-util", "rt", "rt-multi-thread", "time"]
version = "^1.48.0"
[dependencies.tokio-tungstenite]
version = "^0.28.0"
[dependencies.tracing]
version = "^0.1.41"
[dependencies.url]
version = "^2.5.7"
[dependencies.v_utils]
version = "^2.7.5"
[features]
native-tls = ["reqwest/native-tls", "tokio-tungstenite/native-tls"]
native-tls-vendored = ["reqwest/native-tls-vendored", "tokio-tungstenite/native-tls-vendored"]
rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots", "tokio-tungstenite/rustls-tls-native-roots"]
rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots", "tokio-tungstenite/rustls-tls-webpki-roots"]
[lib]
name = "v_exchanges_api_generics"
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 = "A client for HTTP/HTTPS/WebSocket APIs."
documentation = "https://docs.rs/v_exchanges_api_generics"
edition = "2024"
homepage = "https://github.com/valeratrades/v_exchanges"
keywords = ["client", "websocket", "asynchronous"]
license = "MIT"
name = "v_exchanges_api_generics"
readme = "README.md"
repository = "https://github.com/valeratrades/v_exchanges/tree/master/v_exchanges_api_generics"
version = "0.17.2"
[package.metadata.cargo-machete]
ignored = ["derive-new", "thiserror"]