dots-bin 0.2.1

A cozy, simple-to-use 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 = "dots-bin"
version = "0.2.1"
authors = ["Nik Revenco <pm@nikrev.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cozy, simple-to-use dotfiles manager"
homepage = "https://github.com/nik-rev/dots"
readme = "README.md"
keywords = []
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/nik-rev/dots"

[package.metadata.dist]
formula = "dots"

[package.metadata.wix]
eula = false
license = false
path-guid = "5D612CC6-D5A6-4569-8882-FD20BA18465D"
upgrade-guid = "B7B1D28F-6AD7-4F72-84D5-1A6774502814"

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

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

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

[dependencies.anstyle]
version = "1.0.11"

[dependencies.clap]
version = "4.5.41"
features = [
    "derive",
    "wrap_help",
    "unstable-markdown",
]

[dependencies.clap-verbosity-flag]
version = "3.0.3"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.commented]
version = "0.1.0"
features = ["glob"]

[dependencies.easy-ext]
version = "1.0.2"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.etcetera]
version = "0.10.0"

[dependencies.eyre]
version = "0.6.12"

[dependencies.handlebars]
version = "6.3.2"

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.27"

[dependencies.nutype]
version = "0.6.1"

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

[dependencies.sha256]
version = "1.6.0"

[dependencies.shellwords]
version = "1.1.0"

[dependencies.simply_colored]
version = "0.1.0"

[dependencies.tap]
version = "1.0.1"

[dependencies.toml]
version = "0.9.2"

[dependencies.ureq]
version = "3.0.12"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.bon]
version = "3.6.4"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

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

[lints.clippy]
allow_attributes_without_reason = "warn"
assertions_on_result_states = "warn"
create_dir = "warn"
dbg_macro = "warn"
exit = "warn"
if_then_some_else_none = "warn"
indexing_slicing = "warn"
infinite_loop = "warn"
missing_assert_message = "warn"
missing_const_for_fn = "allow"
missing_docs_in_private_items = "warn"
missing_errors_doc = "allow"
multiple_unsafe_ops_per_block = "warn"
non_zero_suggestions = "warn"
pathbuf_init_then_push = "warn"
precedence_bits = "warn"
print_stderr = "warn"
print_stdout = "warn"
redundant_test_prefix = "warn"
redundant_type_annotations = "warn"
renamed_function_params = "warn"
rest_pat_in_fully_bound_structs = "warn"
return_and_then = "warn"
same_name_method = "warn"
self_named_module_files = "warn"
suboptimal_flops = "allow"
tests_outside_test_module = "warn"
todo = "warn"
too_many_lines = "allow"
try_err = "warn"
undocumented_unsafe_blocks = "warn"
unimplemented = "warn"
unnecessary_safety_comment = "warn"
unnecessary_self_imports = "warn"
unneeded_field_pattern = "warn"
unseparated_literal_suffix = "warn"
unwrap_used = "warn"
use_debug = "warn"
verbose_file_reads = "warn"
wildcard_enum_match_arm = "warn"

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

[lints.rust]
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
redundant_imports = "warn"
unused_macro_rules = "warn"
unused_qualifications = "warn"

[profile.dist]
lto = "fat"
codegen-units = 1
inherits = "release"