hyperlane-plugin-websocket 4.0.7

A WebSocket plugin for the Hyperlane framework, providing robust WebSocket communication capabilities and integrating with hyperlane-broadcast for efficient message dissemination.
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 = "hyperlane-plugin-websocket"
version = "4.0.7"
authors = ["root@ltpp.vip"]
build = false
exclude = [
    "target",
    "Cargo.lock",
    "sh",
    ".github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A WebSocket plugin for the Hyperlane framework, providing robust WebSocket communication capabilities and integrating with hyperlane-broadcast for efficient message dissemination."
readme = "README.md"
keywords = [
    "http",
    "request",
    "response",
    "tcp",
    "redirect",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/hyperlane-dev/hyperlane-plugin-websocket.git"

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

[dependencies.hyperlane]
version = "11.0.9"

[dependencies.hyperlane-broadcast]
version = "0.8.16"

[profile.dev]
opt-level = 3
lto = true
debug = 0
panic = "unwind"
incremental = true

[profile.release]
opt-level = 3
lto = true
debug = 0
panic = "unwind"
incremental = false