listeners 0.1.0

Get processes listening on a TCP port in a cross-platform way
Documentation
[package]
authors = ["Giuliano Bellini <gyulyvgc99@gmail.com>"]
categories = ["network-programming"]
description = "Get processes listening on a TCP port in a cross-platform way"
edition = "2021"
include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["tcp", "listen", "port", "process"]
license = "MIT"
name = "listeners"
readme = "README.md"
repository = "https://github.com/GyulyVGC/listeners"
version = "0.1.0"
[target."cfg(target_os = \"linux\")".dependencies.once_cell]
version = "1.19.0"

[target."cfg(target_os = \"linux\")".dependencies.rustix]
features = ["fs"]
version = "0.38.31"
[target."cfg(target_os = \"macos\")".dependencies.byteorder]
version = "1.5.0"
[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Diagnostics_ToolHelp"]
version = "0.54.0"