nedots 0.1.7

A tool to manage configuration files/(ne)dots.
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 = "2021"
name = "nedots"
version = "0.1.7"
description = "A tool to manage configuration files/(ne)dots."
documentation = "https://docs.rs/nedots"
readme = "README.md"
keywords = ["dotfiles"]
categories = [
    "command-line-utilities",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://git.sr.ht/~nedia/nedots.rs"

[dependencies.anyhow]
version = "1.0.66"

[dependencies.chrono]
version = "0.4.23"
default-features = false

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

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

[dependencies.clap_complete]
version = "4.0.5"

[dependencies.console]
version = "0.15.2"

[dependencies.dialoguer]
version = "0.10.2"

[dependencies.directories]
version = "4.0.1"

[dependencies.env_logger]
version = "0.9.3"

[dependencies.indicatif]
version = "0.17.2"

[dependencies.log]
version = "0.4.17"
default-features = false

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

[dependencies.serde_yaml]
version = "0.9.14"

[dependencies.thiserror]
version = "1.0.37"

[dependencies.trash]
version = "3.0.0"

[dependencies.users]
version = "0.11.0"