dotling 0.2.0

A dotfiles management CLI — track, link, and sync your config files across machines
# 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.85"
name = "dotling"
version = "0.2.0"
authors = ["Ade M Ramdani <auricvex@gmail.com>"]
build = false
exclude = [
    ".github/",
    ".vscode/",
    "flake.*",
    "shell.nix",
    "default.nix",
    ".envrc",
    "deny.toml",
    "clippy.toml",
    "rustfmt.toml",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A dotfiles management CLI — track, link, and sync your config files across machines"
homepage = "https://github.com/auricvex/dotling"
documentation = "https://github.com/auricvex/dotling#readme"
readme = "README.md"
keywords = [
    "dotfiles",
    "symlink",
    "cli",
    "config",
    "sync",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/auricvex/dotling"

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

[dependencies.age]
version = "0.11.3"

[dependencies.clap]
version = "4.6.1"
features = [
    "color",
    "derive",
]

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.dirs]
version = "6.0.0"

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

[dependencies.pathdiff]
version = "0.2.3"

[dependencies.secrecy]
version = "0.10.3"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.1.2"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.tempfile]
version = "3.27.0"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1