pipelight_exec 0.4.11

Easy process management
Documentation
# 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 = "pipelight_exec"
version = "0.4.11"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy process management"
readme = "README.md"
license = "GPL-2.0-only"

[lib]
name = "pipelight_exec"
path = "src/lib.rs"

[dependencies.bon]
version = "3.6.3"

[dependencies.chrono]
version = "0.4.38"
features = ["serde"]

[dependencies.convert_case]
version = "0.8.0"

[dependencies.iso8601-duration]
version = "0.2.0"
features = [
    "serde",
    "chrono",
]

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.22"

[dependencies.miette]
version = "7.2.0"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.owo-colors]
version = "4.2.2"

[dependencies.pipelight_error]
version = "0.2.12"

[dependencies.rustix]
version = "1.0.7"
features = ["process"]

[dependencies.serde]
version = "1.0.208"
features = ["derive"]

[dependencies.sysinfo]
version = "0.37.0"

[dependencies.uuid]
version = "1.10.0"
features = [
    "v4",
    "serde",
    "fast-rng",
    "macro-diagnostics",
]

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.serial_test]
version = "3.2.0"