[package]
edition = "2024"
name = "udp-request"
version = "0.4.4"
authors = ["root@ltpp.vip"]
build = false
exclude = [
"target",
"Cargo.lock",
"sh",
".github",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple UDP request library for sending and receiving UDP packets, designed to handle network communication in Rust applications."
readme = "README.md"
keywords = [
"udp",
"net",
"response",
"request",
"tool",
]
categories = [
"network-programming",
"web-programming",
]
license = "MIT"
repository = "https://github.com/crates-dev/udp-request.git"
resolver = "2"
[lib]
name = "udp_request"
path = "src/lib.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"