zenops 0.5.0

Declarative system configuration management for shell config and dotfiles.
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.95.0"
name = "zenops"
version = "0.5.0"
authors = ["Bjorn Ove Hay Andersen <bjrnove@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Declarative system configuration management for shell config and dotfiles."
readme = "README.md"
keywords = [
    "dotfiles",
    "config",
    "shell",
    "system",
]
categories = [
    "command-line-utilities",
    "config",
]
license = "MIT OR Apache-2.0"

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

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

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

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

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

[dependencies.clap_complete]
version = "4.6.2"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.home]
version = "0.5.12"

[dependencies.indexmap]
version = "2.14.0"
features = ["serde"]

[dependencies.log]
version = "0.4.29"

[dependencies.semver]
version = "1.0.28"

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

[dependencies.similar]
version = "3.1.0"

[dependencies.smol_str]
version = "0.3.6"
features = ["serde"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.1.2"
features = ["preserve_order"]

[dependencies.xshell]
version = "0.2.7"

[dependencies.zenops-expand]
version = "0.4.3"
features = ["indexmap"]

[dependencies.zenops-safe-relative-path]
version = "0.5.0"

[dev-dependencies.similar-asserts]
version = "2.0.0"

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