# 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 = "hyperlane" version = "2.41.0" authors = ["ltpp-universe "] build = false exclude = [ "target", "Cargo.lock", "sh", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Hyperlane is a lightweight and high-performance Rust HTTP server library designed to simplify network service development. It supports HTTP request parsing, response building, TCP communication, and redirection features, making it ideal for building modern web services." readme = "README.md" keywords = [ "http", "request", "response", "tcp", "redirect", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/ltpp-universe/hyperlane.git" [profile.dev] opt-level = 3 lto = true panic = "abort" incremental = true [profile.release] opt-level = 3 lto = true panic = "abort" [lib] name = "hyperlane" path = "src/lib.rs" [dependencies.color-output] version = "6.1.4" [dependencies.http-request] version = "8.34.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"