mntn 3.2.1

A Rust-based command-line tool for dotfiles management with profiles.
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 = "mntn"
version = "3.2.1"
authors = ["atrtde"]
build = false
exclude = [
    "assets/*",
    ".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust-based command-line tool for dotfiles management with profiles."
homepage = "https://github.com/atrtde/mntn"
documentation = "https://docs.rs/mntn"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/atrtde/mntn"

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

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

[dependencies.age]
version = "0.11.2"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.42"
features = [
    "std",
    "clock",
]
default-features = false

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

[dependencies.directories-next]
version = "2.0.0"

[dependencies.keyring]
version = "3"
features = [
    "apple-native",
    "windows-native",
    "sync-secret-service",
    "crypto-rust",
]

[dependencies.rpassword]
version = "7.4.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tar]
version = "0.4.44"

[dependencies.thiserror]
version = "2.0.18"