pueue 0.11.1

A cli tool for managing long running shell commands.
[[bin]]
name = "pueue"
path = "client/main.rs"

[[bin]]
name = "pueued"
path = "daemon/main.rs"
[badges.maintenance]
status = "actively-developed"
[build-dependencies.version_check]
version = "^0.9"
[dependencies.anyhow]
version = "1"

[dependencies.async-std]
features = ["attributes", "std"]
version = "1"

[dependencies.chrono]
features = ["serde"]
version = "^0.4"

[dependencies.chrono-english]
version = "^0.1.0"

[dependencies.clap]
version = "3.0.0-beta.2"

[dependencies.clap_generate]
version = "3.0.0-beta.2"

[dependencies.comfy-table]
version = "^2"

[dependencies.crossterm]
version = "^0.19"

[dependencies.ctrlc]
features = ["termination"]
version = "3"

[dependencies.handlebars]
version = "3"

[dependencies.log]
version = "0.4"

[dependencies.pueue-lib]
version = "0.11.1"

[dependencies.serde_json]
version = "^1.0"

[dependencies.shell-escape]
version = "^0.1"

[dependencies.simplelog]
default-features = false
version = "0.9"

[dependencies.snap]
version = "1"

[dependencies.tempfile]
version = "^3"

[package]
authors = ["Arne Beer <contact@arne.beer>"]
description = "A cli tool for managing long running shell commands."
documentation = "https://docs.rs/pueue/"
edition = "2018"
homepage = "https://github.com/nukesor/pueue"
keywords = ["shell", "command", "parallel", "task", "queue"]
license = "MIT"
name = "pueue"
readme = "../README.md"
repository = "https://github.com/nukesor/pueue"
version = "0.11.1"
[target."cfg(any(target_os = \"linux\", target_os = \"freebsd\"))".dependencies.procfs]
default-features = false
version = "0.9"
[target."cfg(not(windows))".dependencies.nix]
version = "^0.19"

[target."cfg(not(windows))".dependencies.users]
version = "^0.11"
[target."cfg(target_os = \"macos\")".dependencies.psutil]
version = "^3"