# 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 = "sysquery" version = "0.8.0" authors = ["Robert Netzke"] exclude = [ "Cargo.lock", "LICENSE", "target/debug/*", ] description = "A tool to find large files, get system information, expensive processes, and get network input and outputs." readme = "README.md" categories = [ "command-line-interface", "system", "networks", "file", "file-explorer", ] license = "MIT" repository = "https://github.com/rustaceanrob/sysquery" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.sysinfo] version = "0.29.10" [dependencies.walkdir] version = "2.4.0"