[dependencies.clap]
features = ["derive"]
version = "4.3.0"
[dependencies.inquire]
version = "0.6.2"
[dependencies.procfs]
version = "0.15.1"
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.11.18"
[dependencies.serde_json]
version = "1.0.96"
[dependencies.termimad]
version = "0.20"
[dependencies.terminal_size]
version = "0.2.6"
[dependencies.tokio]
features = ["full"]
version = "1"
[package]
authors = ["theopfr"]
categories = ["command-line-utilities"]
description = "A human-friendly alternative to netstat or ss for socket monitoring with the ability to scan for malicious IP addresses."
edition = "2021"
keywords = ["netstat", "socket-monitoring", "port-checker"]
license = "MIT"
name = "somo"
readme = "./README.md"
repository = "https://github.com/theopfr/somo/"
version = "0.2.0"