[dependencies.lombok-macros]
version = "1.7.4"
[lib]
name = "tcp_request"
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 = "A Rust library for sending raw TCP requests, with features for handling responses, managing redirects, and working with compressed data over TCP connections."
edition = "2021"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["http", "request", "response", "tcp", "redirect"]
license = "MIT"
name = "tcp-request"
readme = "README.md"
repository = "https://github.com/ltpp-universe/tcp-request.git"
version = "2.0.3"
[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"