tuning 0.5.4

ansible-like tool with a smaller scope, focused primarily on complementing dotfiles for cross-machine bliss
# 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 = "tuning"
version = "0.5.4"
build = false
include = [
    "Cargo.toml",
    "LICENSE",
    "README.md",
    "src/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ansible-like tool with a smaller scope, focused primarily on complementing dotfiles for cross-machine bliss"
homepage = "https://gitlab.com/jokeyrhyme/tuning"
readme = "README.md"
keywords = [
    "ansible",
    "dotfiles",
]
categories = [
    "command-line-utilities",
    "config",
    "filesystem",
]
license = "MIT"
repository = "https://gitlab.com/jokeyrhyme/tuning.git"

[badges.maintenance]
status = "actively-developed"

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

[dependencies.bstr]
version = "1"

[dependencies.camino]
version = "1"
features = ["serde1"]

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

[dependencies.colored]
version = "3"

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.gix-url]
version = "0.35"
features = ["serde"]

[dependencies.regex]
version = "1"

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tera]
version = "1"
default-features = false

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

[dependencies.toml]
version = "1.0"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.which]
version = "8"

[dev-dependencies.mktemp]
version = "0.5"

[target.'cfg(target_env = "musl")']

[profile.release]
overflow-checks = true