[package] name = "tcplane" version = "1.32.0" edition = "2021" authors = ["ltpp-universe "] license = "MIT" 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.""" keywords = ["http", "request", "response", "tcp", "redirect"] repository = "https://github.com/ltpp-universe/tcplane.git" categories = ["network-programming", "web-programming"] exclude = [ "target", "Cargo.lock", "sh", ".github" ] [dependencies] color-output = "6.1.4" http-constant = "1.25.0" http-type = "2.27.0" hyperlane-log = "0.24.0" hyperlane-time = "0.0.2" lombok-macros = "1.7.0" std-macro-extensions = "0.18.0" tcp-request = "1.10.0" [profile.dev] incremental = true opt-level = 3 lto = true panic = "abort" [profile.release] opt-level = 3 lto = true panic = "abort"