depl 2.4.2

Toolkit for a bunch of local and remote CI/CD actions
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 = "2024"
rust-version = "1.88"
name = "depl"
version = "2.4.2"
authors = ["Klimenty Titov <aclo.create@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Toolkit for a bunch of local and remote CI/CD actions"
readme = "README.md"
license = "MIT"
repository = "https://github.com/impulse-sw/deployer"

[package.metadata.deb]
maintainer = "Klimenty Titov <aclo.create@gmail.com>"
copyright = "2024-2026, Klimenty Titov <aclo.create@gmail.com>"
license-file = [
    "LICENSE",
    "1",
]
extended-description = "Deployer is a relatively simple, yet powerful localhost CI/CD instrument."
depends = "$auto"
section = "utility"
priority = "optional"

[[package.metadata.deb.assets]]
source = "target/release/depl"
dest = "usr/bin/"
mode = "755"

[[package.metadata.deb.assets]]
source = "README.md"
dest = "usr/share/doc/depl/"
mode = "644"

[[package.metadata.deb.assets]]
source = "MIGRATIONS.md"
dest = "usr/share/doc/depl/"
mode = "644"

[[package.metadata.deb.assets]]
source = "DOCS.md"
dest = "usr/share/doc/depl/"
mode = "644"

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

[[bin]]
name = "depl"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-io-pipe]
version = "0.1.0"

[dependencies.async-process]
version = "2.3.1"

[dependencies.async-trait]
version = "0.1.50"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.clearscreen]
version = "4.0.3"

[dependencies.colored]
version = "3"

[dependencies.ctrlc]
version = "3.4"

[dependencies.dirs]
version = "6"

[dependencies.env-file-reader]
version = "0.3"

[dependencies.fs-change-notifier]
version = "0.2.0"

[dependencies.fs_extra]
version = "1.2"

[dependencies.inquire-reorder]
version = "0.7.6"
features = ["reorder"]

[dependencies.mimalloc]
version = "0.1"

[dependencies.nix]
version = "0.31"
features = [
    "signal",
    "user",
]

[dependencies.regex]
version = "1.11"

[dependencies.russh]
version = "0.57"

[dependencies.sd-notify]
version = "0.4.5"

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_pretty_yaml]
version = "0.9.37"

[dependencies.smart-patcher]
version = "0.5.2"
features = [
    "lua",
    "rhai",
]

[dependencies.strip-ansi-escapes]
version = "0.2"

[dependencies.termimad]
version = "0.34"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "io-std",
    "time",
    "macros",
    "sync",
]

[dependencies.uuid]
version = "1.20"
features = [
    "v4",
    "fast-rng",
]

[dependencies.vaultrs]
version = "0.7"