listeners 0.2.1

Get processes listening on a TCP port in a cross-platform way
Documentation
[dev-dependencies.http-test-server]
version = "2.1.1"

[dev-dependencies.serial_test]
version = "3.1.1"

[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", "examples/**/*"]
keywords = ["tcp", "listen", "port", "process"]
license = "MIT"
name = "listeners"
readme = "README.md"
repository = "https://github.com/GyulyVGC/listeners"
version = "0.2.1"

[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.58.0"