rusty-haystack-client 0.7.2

HTTP and WebSocket client for Project Haystack servers
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"
rust-version = "1.93"
name = "rusty-haystack-client"
version = "0.7.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP and WebSocket client for Project Haystack servers"
readme = false
keywords = [
    "haystack",
    "iot",
    "building-automation",
    "smart-buildings",
]
categories = [
    "encoding",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/jscott3201/rusty-haystack"
resolver = "2"

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

[dependencies.base64]
version = "0.22"

[dependencies.dashmap]
version = "6"

[dependencies.flate2]
version = "1"

[dependencies.futures-util]
version = "0.3"

[dependencies.haystack-core]
version = "0.7.2"
features = ["haystack-serde"]
package = "rusty-haystack-core"

[dependencies.log]
version = "0.4"

[dependencies.rand]
version = "0.10"

[dependencies.reqwest]
version = "0.13"
features = ["rustls-no-provider"]
default-features = false

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "tls12",
    "std",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-tungstenite]
version = "0.28"
features = ["rustls-tls-webpki-roots"]

[dependencies.tokio-util]
version = "0.7"

[dependencies.url]
version = "2"