# 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" rust-version = "1.70" name = "psfu" version = "0.4.7" authors = ["Christian Krause "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "process fu" homepage = "https://github.com/idiv-biodiversity/psfu" documentation = "https://github.com/idiv-biodiversity/psfu" readme = "README.md" keywords = ["process"] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/idiv-biodiversity/psfu" [profile.release] lto = true [[bin]] name = "psfu" path = "src/main.rs" [[test]] name = "arguments" path = "tests/arguments.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = [ "cargo", "wrap_help", ] [dependencies.errno] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.procfs] version = "0.16" [dependencies.termtree] version = "0.5" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "3" [build-dependencies.clap] version = "4" features = ["cargo"] [build-dependencies.clap_complete] version = "4" [build-dependencies.procfs] version = "0.16"