tcplane 3.14.3

tcplane is a lightweight and high-performance Rust TCP server library designed to simplify network service development. It supports TCP communication, data stream management, and connection handling, focusing on providing efficient low-level network connections and data transmission capabilities, making it ideal for building modern network services.
Documentation
[dependencies.async-func]
version = "0.2.3"

[dependencies.clonelicious]
version = "1.1.1"

[dependencies.color-output]
version = "6.5.1"

[dependencies.file-operation]
version = "0.5.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.hyperlane-log]
version = "1.10.5"

[dependencies.hyperlane-time]
version = "0.2.1"

[dependencies.lombok-macros]
version = "1.9.1"

[dependencies.once_cell]
version = "1.21.1"

[dependencies.recoverable-spawn]
version = "3.5.1"

[dependencies.recoverable-thread-pool]
version = "2.1.1"

[dependencies.serde]
version = "1.0.218"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.server-manager]
version = "3.1.1"

[dependencies.simd-json]
version = "0.15.0"

[dependencies.std-macro-extensions]
version = "0.22.1"

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

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

[package]
authors = ["ltpp-universe <root@ltpp.vip>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "tcplane is a lightweight and high-performance Rust TCP server library designed to simplify network service development. It supports TCP communication, data stream management, and connection handling, focusing on providing efficient low-level network connections and data transmission capabilities, making it ideal for building modern network services."
edition = "2024"
exclude = ["target", "Cargo.lock", "sh", ".github", "logs", "**/*.log"]
keywords = ["http", "request", "response", "tcp", "redirect"]
license = "MIT"
name = "tcplane"
readme = "README.md"
repository = "https://github.com/ltpp-universe/tcplane.git"
version = "3.14.3"

[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"