netstat2 0.9.1

Cross-platform library to retrieve network sockets information.
Documentation
[dependencies.bitflags]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.thiserror]
version = "1"

[package]
authors = ["Ohad Ravid <ohad.rv@gmail.com>", "ivxvm <ivxvm@protonmail.com>"]
categories = ["network-programming", "os"]
description = "Cross-platform library to retrieve network sockets information.\n"
documentation = "https://docs.rs/netstat2"
edition = "2018"
keywords = ["network", "socket"]
license = "MIT OR Apache-2.0"
name = "netstat2"
readme = "README.md"
repository = "https://github.com/ohadravid/netstat2-rs"
version = "0.9.1"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.byteorder]
version = "1.3.2"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.num-derive]
version = "0.3"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.num-traits]
version = "0.2.8"