v_exchanges_api_generics 0.19.0

A client for HTTP/HTTPS/WebSocket APIs.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

cargo-features = ["codegen-backend"]

[package]
edition = "2024"
name = "v_exchanges_api_generics"
version = "0.19.0"
authors = [
    "negi_grass",
    "valeratrades",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A client for HTTP/HTTPS/WebSocket APIs."
homepage = "https://github.com/valeratrades/v_exchanges"
documentation = "https://docs.rs/v_exchanges_api_generics"
readme = "README.md"
keywords = [
    "client",
    "websocket",
    "asynchronous",
]
categories = [
    "api-bindings",
    "asynchronous",
]
license = "MIT"
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",
]

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

[dependencies.bytes]
version = "1.10.1"

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

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

[dependencies.eyre]
version = "^0.6.12"

[dependencies.futures-util]
version = "^0.3.31"

[dependencies.jiff]
version = "^0.2.16"

[dependencies.miette]
version = "^7.5.0"
features = ["fancy"]

[dependencies.reqwest]
version = "^0.12.24"
features = [
    "blocking",
    "json",
]

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

[dependencies.serde_json]
version = "^1.0.145"

[dependencies.serde_urlencoded]
version = "^0.7.1"

[dependencies.thiserror]
version = "^2.0.17"

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

[dependencies.tokio-tungstenite]
version = "^0.28.0"

[dependencies.tracing]
version = "^0.1.41"

[dependencies.url]
version = "^2.5.7"

[dependencies.v_utils]
version = "^2.9.9"