# 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 = "psctl" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An operator for local processes" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/bww/psctl" [[bin]] name = "psctl" path = "src/main.rs" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.ctrlc] version = "3.4" [dependencies.futures] version = "0.3.26" [dependencies.nix] version = "0.26.2" [dependencies.reqwest] version = "0.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.3.1" [target.x86_64-apple-darwin]