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