# 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 = "proc-find" version = "0.1.0" description = "A command line tool to search for and manage processes (using listened ports and more.)" keywords = ["port", "listening", "process", "netstat", "ps"] categories = ["development-tools", "development-tools::debugging", "development-tools::testing", "command-line-utilities"] license = "MIT" resolver = "2" [[bin]] name = "proc" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.0.13" [dependencies.libproc] version = "0.10.0" [dependencies.netstat2] version = "0.9.1" [dependencies.shell-escape] version = "0.1.5" [dependencies.sysinfo] version = "0.23.0" [dependencies.tabular] version = "0.2.0" [dependencies.users] version = "0.11.0"