rusty-haystack-server 0.4.2

Actix Web HTTP API server implementing Project Haystack operations
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-server"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Actix Web HTTP API server implementing Project Haystack operations"
readme = false
keywords = [
    "haystack",
    "iot",
    "building-automation",
    "smart-buildings",
]
categories = [
    "encoding",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/justinscott/rusty-haystack"
resolver = "2"

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

[[test]]
name = "federation_integration"
path = "tests/federation_integration.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.actix-http]
version = "=3.9.0"

[dependencies.actix-rt]
version = "2"

[dependencies.actix-web]
version = "=4.9.0"

[dependencies.actix-ws]
version = "0.3"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.env_logger]
version = "0.11"

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

[dependencies.haystack-client]
version = "0.4.2"
package = "rusty-haystack-client"

[dependencies.haystack-core]
version = "0.4.2"
package = "rusty-haystack-core"

[dependencies.hmac]
version = "0.12"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.9"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.time]
version = "0.3"

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

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]