[dependencies.libc]
version = "0.2"
[package]
authors = ["shellrow <shellrow@fortnium.com>"]
categories = ["network-programming"]
description = "Provides network-related system function and call support for nex. Used for low-level system interactions."
edition = "2021"
keywords = ["network"]
license = "MIT"
name = "nex-sys"
readme = "README.md"
repository = "https://github.com/shellrow/nex"
version = "0.16.0"
[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_Networking_WinSock", "Win32_System_IO", "Win32_System_Threading", "Win32_System_WindowsProgramming"]
version = "0.52.0"