somo 1.2.0

A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS.
[[bin]]
name = "somo"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.45"

[dependencies.clap_complete]
version = "4.5.57"

[dependencies.etcetera]
version = "0.10.0"

[dependencies.handlebars]
version = "6.3.2"

[dependencies.inquire]
version = "0.7.5"

[dependencies.libc]
version = "0.2.175"

[dependencies.nix]
features = ["process", "signal"]
version = "0.30.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.196"

[dependencies.serde_json]
version = "1.0.143"

[dependencies.termimad]
version = "0.33.0"

[dev-dependencies.tempfile]
version = "3.21.0"

[package]
authors = ["theopfr"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS."
edition = "2021"
keywords = ["netstat", "socket-monitoring", "port-checker"]
license = "MIT"
name = "somo"
readme = "README.md"
repository = "https://github.com/theopfr/somo/"
version = "1.2.0"

[target.'cfg(target_os = "linux")'.dependencies.procfs]
version = "0.17.0"

[target.'cfg(target_os = "macos")'.dependencies.libproc]
version = "0.14.10"

[target.'cfg(target_os = "macos")'.dependencies.netstat2]
version = "0.11.2"