cargo-features = ["codegen-backend"]
[package]
name = "v_exchanges_api_generics"
version = "0.18.1"
edition = "2024"
authors = ["negi_grass", "valeratrades"]
categories = ["api-bindings", "asynchronous"]
description = "A client for HTTP/HTTPS/WebSocket APIs."
documentation = "https://docs.rs/v_exchanges_api_generics"
homepage = "https://github.com/valeratrades/v_exchanges"
keywords = ["client", "websocket", "asynchronous"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/valeratrades/v_exchanges/tree/master/v_exchanges_api_generics"
[package.metadata.cargo-machete]
ignored = ["derive-new", "thiserror"]
[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",
]
[dependencies]
derive-new.workspace = true
derive_more.workspace = true
eyre.workspace = true
futures-util.workspace = true
jiff.workspace = true
reqwest.workspace = true
serde.workspace = true
serde_json.workspace = true
serde_urlencoded.workspace = true
thiserror.workspace = true
tokio.workspace = true
tracing.workspace = true
url.workspace = true
v_utils.workspace = true
bytes = "1.10.1"
tokio-tungstenite = "^0.28.0"