somo 1.3.2

A human-friendly alternative to netstat for socket and port monitoring on Linux and macOS.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[lib]
name = "somo"
path = "src/lib.rs"

[[bin]]
name = "somo"
path = "src/main.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

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

[dependencies.clap_complete]
version = "4.5.66"

[dependencies.etcetera]
version = "0.11.0"

[dependencies.handlebars]
version = "6.4.0"

[dependencies.inquire]
version = "0.9.4"

[dependencies.libc]
version = "0.2.180"

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.termimad]
version = "0.34.1"

[dev-dependencies.assert_cmd]
version = "2.1.2"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.regex]
version = "1.12.3"

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

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

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

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