bpx-api-client 0.17.1

Backpack Exchange API client
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.

[package]
edition = "2024"
name = "bpx-api-client"
version = "0.17.1"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backpack Exchange API client"
readme = "README.md"
keywords = [
    "backpack",
    "exchange",
]
license = "Apache-2.0"
repository = "https://github.com/backpack-exchange/bpx-api-client"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[package.metadata.release]
release = true

[features]
default = []
integration-tests = []
ws = [
    "futures-util",
    "tokio",
    "tokio-tungstenite",
]

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

[[test]]
name = "integration-tests"
path = "tests/integration-tests.rs"

[dependencies.base64ct]
version = "1"
features = ["alloc"]

[dependencies.bpx-api-types]
version = "0.17.1"

[dependencies.ed25519-dalek]
version = "2"

[dependencies.futures-util]
version = "0.3"
optional = true
default-features = false

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_qs]
version = "0.15"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]
optional = true

[dependencies.tokio-tungstenite]
version = "0.28"
features = ["rustls-tls-native-roots"]
optional = true

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
    "macros",
    "rt",
]