# 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 = "tcp-request" version = "1.10.0" authors = ["ltpp-universe "] build = false exclude = [ "target", "Cargo.lock", "sh", ".github", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for sending raw TCP requests, with features for handling responses, managing redirects, and working with compressed data over TCP connections." readme = "README.md" keywords = [ "http", "request", "response", "tcp", "redirect", ] categories = [ "network-programming", "web-programming", ] license = "MIT" repository = "https://github.com/ltpp-universe/tcp-request.git" [profile.dev] opt-level = 3 lto = true panic = "abort" incremental = true [profile.release] opt-level = 3 lto = true panic = "abort" [lib] name = "tcp_request" path = "src/lib.rs" [dependencies.http-type] version = "2.27.0" [dependencies.lombok-macros] version = "1.7.0" [dev-dependencies.color-output] version = "6.1.4"