uplare 0.1.1

A CLI tool for keeping a system config up-to-date
# 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 = "uplare"
version = "0.1.1"
build = false
include = [
    "/src/",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool for keeping a system config up-to-date"
readme = "README.md"
categories = [
    "command-line-utilities",
    "config",
    "filesystem",
]
license = "GPL-3.0"
repository = "https://github.com/nihaals/uplare"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-cli-{ target }{ archive-suffix }"
pkg-fmt = "bin"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete_command]
version = "0.6"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.validator]
version = "0.20"
features = ["derive"]

[dependencies.which]
version = "8"