# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tcplane" version = "1.32.0" authors = ["ltpp-universe "] build = false exclude = [ "target", "Cargo.lock", "sh", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false 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." readme = "README.md" keywords = [ "http", "request", "response", "tcp", "redirect", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/ltpp-universe/tcplane.git" [profile.dev] opt-level = 3 lto = true panic = "abort" incremental = true [profile.release] opt-level = 3 lto = true panic = "abort" [lib] name = "tcplane" path = "src/lib.rs" [dependencies.color-output] version = "6.1.4" [dependencies.http-constant] version = "1.25.0" [dependencies.http-type] version = "2.27.0" [dependencies.hyperlane-log] version = "0.24.0" [dependencies.hyperlane-time] version = "0.0.2" [dependencies.lombok-macros] version = "1.7.0" [dependencies.std-macro-extensions] version = "0.18.0" [dependencies.tcp-request] version = "1.10.0"