[dependencies.http-type]
version = "5.26.0"
[dependencies.inventory]
version = "0.3.21"
[dependencies.lombok-macros]
version = "1.13.18"
[dependencies.regex]
version = "1.12.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.228"
[lib]
name = "hyperlane"
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 lightweight, high-performance, and cross-platform Rust HTTP server library built on Tokio. It simplifies modern web service development by providing built-in support for middleware, WebSocket, Server-Sent Events (SSE), and raw TCP communication. With a unified and ergonomic API across Windows, Linux, and MacOS, it enables developers to build robust, scalable, and event-driven network applications with minimal overhead and maximum flexibility."
edition = "2024"
exclude = ["target", "Cargo.lock", "sh", ".github", "logs", "img", "**/*.log"]
keywords = ["http", "request", "response", "tcp", "cross-platform"]
license = "MIT"
name = "hyperlane"
readme = "README.md"
repository = "https://github.com/hyperlane-dev/hyperlane.git"
version = "10.23.2"
[profile.dev]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"
[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"