# 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 = "2018" name = "procfsps" version = "0.1.2" authors = ["Ɓukasz Szpakowski "] description = "Ps program with procfs crate." readme = "README.md" keywords = [ "cli", "utility", "linux", ] license = "GPL-3.0-or-later" repository = "https://github.com/luckboy/procfsps" [dependencies.getopt] version = "1.1.3" [dependencies.libc] version = "0.2.113" [dependencies.procfs] version = "0.14.1" default-features = false [dependencies.users] version = "0.11.0"