dot_rust 1.1.1

A simple configuration files (i.e. dotfiles) manager.
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 = "dot_rust"
version = "1.1.1"
authors = ["Rafael Villegas <rafa.villegas.michel@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple configuration files (i.e. dotfiles) manager."
homepage = "https://github.com/rvillegasm/dot"
readme = "README.md"
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/rvillegasm/dot"

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

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

[[test]]
name = "integration"
path = "tests/integration.rs"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "1.0.1"

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

[profile.dist]
lto = "thin"
inherits = "release"