Logo
Explore Help
Sign In
pmo/pmoutils
1
0
Fork 0
You've already forked pmoutils
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
bf180f2b9babef3437ae3571532f86b6c2199ad8
pmoutils/Cargo.toml

14 lines
204 B
TOML
Raw Normal View History

Initial commit with core utilities Add core utilities for IP address handling, process information, and OS detection - Introduce `guess_local_ip` function to determine local IP address - Implement `list_all_ips` to list all non-loopback IP addresses - Add `find_process_using_port` to identify processes using specific ports - Include OS information utility with `get_os_string` - Setup project structure with Cargo.toml, .gitignore, and documentation - Add comprehensive tests for all utility functions - Configure code style guidelines in AGENTS.md
2026-02-28 14:54:48 +01:00
[package]
name = "pmoutils"
version = "0.1.0"
edition = "2024"
[dependencies]
get_if_addrs = "0.5.3"
os_info = "3.8"
netstat2 = "0.11"
sysinfo = "0.30"
users = "0.11"
quick-xml = "0.37"
xmltree = "0.10"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.0+dev-393-g3a969a58c2 Page: 25ms Template repo/view: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API