hyperstack-server 0.3.3

WebSocket server and projection handlers for HyperStack streaming pipelines
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 = "2021"
name = "hyperstack-server"
version = "0.3.3"
authors = ["Hypertek"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebSocket server and projection handlers for HyperStack streaming pipelines"
documentation = "https://docs.rs/hyperstack-server"
readme = "README.md"
keywords = [
    "hyperstack",
    "streaming",
    "websocket",
    "server",
]
categories = ["web-programming::websocket"]
license-file = "LICENSE"
repository = "https://github.com/HyperTekOrg/hyperstack.git"

[features]
default = []
otel = [
    "opentelemetry",
    "opentelemetry_sdk",
    "opentelemetry-otlp",
    "tracing-opentelemetry",
    "hyperstack-interpreter/otel",
]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.0"

[dependencies.dashmap]
version = "6.1"

[dependencies.flate2]
version = "1.0"

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

[dependencies.hex]
version = "0.4"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.6"
features = [
    "server",
    "http1",
]

[dependencies.hyper-util]
version = "0.1"
features = ["tokio"]

[dependencies.hyperstack-interpreter]
version = "0.3.3"

[dependencies.lru]
version = "0.12"

[dependencies.opentelemetry]
version = "0.22"
features = ["otel_unstable"]
optional = true

[dependencies.opentelemetry-otlp]
version = "0.15"
features = [
    "tonic",
    "metrics",
]
optional = true

[dependencies.opentelemetry_sdk]
version = "0.22"
features = [
    "rt-tokio",
    "metrics",
]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smallvec]
version = "1.15"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.28"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-opentelemetry]
version = "0.23"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
]

[dependencies.yellowstone-vixen]
version = "0.6.0-alpha.0"

[dependencies.yellowstone-vixen-core]
version = "0.6.0-alpha.0"

[dependencies.yellowstone-vixen-proto]
version = "0.6.0-alpha.0"
features = ["stream"]

[dependencies.yellowstone-vixen-yellowstone-grpc-source]
version = "0.6.0-alpha.0"

[dev-dependencies]