heimdal 1.2.2

A universal dotfile and system configuration manager
# 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"
rust-version = "1.70"
name = "heimdal"
version = "1.2.2"
authors = ["Aleem Isiaka"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A universal dotfile and system configuration manager"
homepage = "https://github.com/limistah/heimdal"
documentation = "https://github.com/limistah/heimdal#readme"
readme = "README.md"
keywords = [
    "dotfiles",
    "configuration",
    "package-manager",
    "stow",
    "cli",
]
categories = [
    "command-line-utilities",
    "config",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/limistah/heimdal"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

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

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
    "env",
]

[dependencies.colored]
version = "2.1"

[dependencies.console]
version = "0.15"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5.0"

[dependencies.env_logger]
version = "0.11"

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

[dependencies.glob]
version = "0.3"

[dependencies.hostname]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.keyring]
version = "3.2"
features = [
    "apple-native",
    "windows-native",
    "linux-native",
]

[dependencies.log]
version = "0.4"

[dependencies.md5]
version = "0.7"

[dependencies.once_cell]
version = "1.20"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha2]
version = "0.10"

[dependencies.shellexpand]
version = "3.1"

[dependencies.strsim]
version = "0.11"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.uuid]
version = "1.7"
features = [
    "v4",
    "serde",
]

[dependencies.walkdir]
version = "2.5"

[dependencies.whoami]
version = "1.5"

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

[dev-dependencies.assert_fs]
version = "1.1"

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

[dev-dependencies.serial_test]
version = "3.0"

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

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