[dependencies.hyperlane]
version = "10.23.3"
[dependencies.hyperlane-broadcast]
version = "0.8.6"
[lib]
name = "hyperlane_plugin_websocket"
path = "src/lib.rs"
[package]
authors = ["root@ltpp.vip"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A WebSocket plugin for the Hyperlane framework, providing robust WebSocket communication capabilities and integrating with hyperlane-broadcast for efficient message dissemination."
edition = "2024"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["http", "request", "response", "tcp", "redirect"]
license = "MIT"
name = "hyperlane-plugin-websocket"
readme = "README.md"
repository = "https://github.com/hyperlane-dev/hyperlane-plugin-websocket.git"
version = "3.1.37"
[profile.dev]
debug = 0
incremental = true
lto = true
opt-level = 3
panic = "unwind"
[profile.release]
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"