[dependencies.tokio]
features = ["full"]
version = "1.49.0"
[lib]
name = "udp"
path = "src/lib.rs"
[package]
authors = ["root@ltpp.vip"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A lightweight and efficient Rust library for building UDP servers with request-response handling."
edition = "2024"
exclude = ["target", "Cargo.lock", "sh", ".github", "logs", "**/*.log"]
keywords = ["udp", "request", "response", "server", "network"]
license = "MIT"
name = "udp"
readme = "README.md"
repository = "https://github.com/crates-dev/udp.git"
version = "2.0.8"
[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"