# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rsps" version = "0.4.0" authors = ["Matt Stavola "] build = "build.rs" description = "A command line tool to list and debug running Rust processes" categories = ["command-line-utilities", "development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/mbStavola/rsps/" [[bin]] name = "rsps" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.40" [dependencies.byte-unit] version = "4.0.10" features = ["std"] default-features = false [dependencies.clap] version = "3.0.0-beta.2" [dependencies.console] version = "0.14.1" [dependencies.emboss] version = "0.3.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.object] version = "0.23.0" [dependencies.rayon] version = "1.5.0" [dependencies.rustc-demangle] version = "0.1.18" [dependencies.sysinfo] version = "0.17.1" [dependencies.tabwriter] version = "1.2.1" features = ["ansi_formatting"] [build-dependencies.vergen] version = "5" features = ["build", "cargo", "rustc"] default-features = false [target."cfg(target_os = \"linux\")".dependencies.rstack] version = "0.3.2"