[package] name = "unbounded-udp" version = "1.0.1" edition = "2021" authors = ["Yuri Edward "] description = "Create unbounded UdpSocket in safe Rust." license = "BSD-3-Clause" repository = "https://github.com/Yuri6037/unbounded-udp" readme = "./README.MD" keywords = ["io", "socket", "network"] categories = ["network-programming"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [target.'cfg(unix)'.dependencies] libc = "0.2.123" [target.'cfg(windows)'.dependencies] windows-sys = { version = "0.35.0", features = ["Win32_Networking_WinSock"] }