graftfs 0.2.0

A Rust implementation of the GNU stow utility for managing dotfiles. It is a symlink farm manager that takes separate packages of software and/or data and makes them appear to be installed in the same place. Features include stow, delete, and restow operations, simulation mode, directory folding, and regex-based ignore/override patterns.
# 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.96.0"
name = "graftfs"
version = "0.2.0"
authors = ["Chris Tisdale"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of the GNU stow utility for managing dotfiles. It is a symlink farm manager that takes separate packages of software and/or data and makes them appear to be installed in the same place. Features include stow, delete, and restow operations, simulation mode, directory folding, and regex-based ignore/override patterns."
documentation = "https://docs.rs/graftfs"
readme = "README.md"
keywords = [
    "dotfiles",
    "stow",
    "symlink",
    "configuration",
]
categories = [
    "command-line-utilities",
    "config",
    "filesystem",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/ChrisTisdale/graftfs"
resolver = "3"

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

[dependencies.clap]
version = "4.6.1"
features = [
    "color",
    "derive",
    "error-context",
    "help",
    "suggestions",
    "unicode",
    "wrap_help",
    "usage",
]

[dependencies.crossterm]
version = "0.29.0"
features = ["serde"]

[dependencies.grep]
version = "0.4.1"
features = ["pcre2"]

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

[dependencies.supports-color]
version = "3.0.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.1.2"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-appender]
version = "0.2.5"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["json"]

[profile.release]
lto = true
strip = true