carch-cli 5.3.3

A simple CLI tool to automate Linux system setup 🧩
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"
name = "carch-cli"
version = "5.3.3"
build = false
include = [
    "src",
    "Cargo.toml",
    "../man/carch.1",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple CLI tool to automate Linux system setup 🧩"
homepage = "https://github.com/harilvfs/carch"
documentation = "https://carch.chalisehari.com.np"
readme = "README.md"
keywords = [
    "system",
    "cli",
    "rust",
    "bash",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/harilvfs/carch/tree/main/carch-cli"
resolver = "2"

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

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

[dependencies.carch-core]
version = "5.3.3"

[dependencies.clap]
version = "4.5.56"
features = [
    "derive",
    "derive",
]

[dependencies.env_logger]
version = "0.11.9"

[dependencies.log]
version = "0.4.29"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "blocking",
    "json",
    "rustls-tls",
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]
default-features = false

[dependencies.tempfile]
version = "3.24.0"