[dependencies.async-func]
version = "0.1.3"
[dependencies.clonelicious]
version = "1.0.2"
[dependencies.color-output]
version = "6.1.7"
[dependencies.file-operation]
version = "0.4.0"
[dependencies.http-constant]
version = "1.26.1"
[dependencies.http-type]
version = "2.31.1"
[dependencies.hyperlane-log]
version = "1.1.17"
[dependencies.hyperlane-time]
version = "0.0.5"
[dependencies.lombok-macros]
version = "1.7.0"
[dependencies.recoverable-spawn]
version = "3.4.0"
[dependencies.recoverable-thread-pool]
version = "2.0.7"
[dependencies.std-macro-extensions]
version = "0.21.0"
[dependencies.tcp-request]
version = "1.10.17"
[dependencies.tokio]
features = ["full"]
version = "1.43.0"
[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 = "2021"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["http", "request", "response", "tcp", "redirect"]
license = "MIT"
name = "tcplane"
readme = "README.md"
repository = "https://github.com/ltpp-universe/tcplane.git"
version = "2.5.0"
[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"