repoverlay 0.4.0

Overlay config files into git repositories without committing them
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"
rust-version = "1.90"
name = "repoverlay"
version = "0.4.0"
authors = ["Tyler Butler <tyler@tylerbutler.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Overlay config files into git repositories without committing them"
homepage = "https://github.com/tylerbutler/repoverlay"
readme = "README.md"
keywords = [
    "git",
    "overlay",
    "config",
    "symlink",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/tylerbutler/repoverlay"

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

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

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

[dependencies.clap-markdown]
version = "0.1.5"

[dependencies.clap_complete]
version = "4.5"

[dependencies.colored]
version = "3.1.1"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.log]
version = "0.4"

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

[dependencies.sickle]
version = "0.1.2"
features = ["serde"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tiny-update-check]
version = "1.0"

[dependencies.url]
version = "2.5.8"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.assert_cmd]
version = "2"

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

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

[build-dependencies.vergen]
version = "9"
features = ["build"]

[lints.clippy]
cognitive_complexity = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
significant_drop_tightening = "allow"
similar_names = "allow"
too_many_lines = "allow"

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

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

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

[lints.rust]
unsafe_code = "warn"

[profile.bloat]
panic = "unwind"
inherits = "release"

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

[profile.profiling]
debug = 2
inherits = "release"

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true