dek 0.1.14

Declarative environment setup and scripted workflows from TOML
# 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 = "dek"
version = "0.1.14"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative environment setup and scripted workflows from TOML"
readme = "README.md"
keywords = [
    "cli",
    "automation",
    "environment",
    "workflow",
    "toml",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/zcag/dek"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/dek-{ target }.tar.gz"
bin-dir = "dek-{ target }/{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-unknown-linux-gnu]
pkg-url = "{ repo }/releases/download/v{ version }/dek-x86_64-unknown-linux-musl.tar.gz"
bin-dir = "dek-x86_64-unknown-linux-musl/{ bin }"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4"

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"

[dependencies.flate2]
version = "1"

[dependencies.hostname]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.libc]
version = "0.2"

[dependencies.md5]
version = "0.7"

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

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

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

[dependencies.which]
version = "7"