# 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 = "ports-cli" version = "0.2.2" authors = ["nuky "] exclude = [".vscode/*", ".gitignore"] description = "A minimal CLI tool to list open ports and associated processes." readme = "README.md" keywords = ["cli", "system", "process", "port", "pid"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/nuclearglow/ports-cli" resolver = "2" [[bin]] name = "ports" path = "src/main.rs" [dependencies.clap] version = "3.0.1" features = ["derive"] [dependencies.env_logger] version = "0.9.0" [dependencies.exitcode] version = "1.1.2" [dependencies.log] version = "0.4" [dependencies.netstat2] version = "0.9" [dependencies.prettytable-rs] version = "^0.8" [dependencies.sysinfo] version = "0.22.4" [dependencies.users] version = "0.11.0"