punktf-lib 2.0.0

Library for punktf, a cross-platform multi-target dotfiles manager
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.color-eyre]
default-features = false
version = "0.6.2"

[dependencies.log]
version = "0.4.17"

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

[dependencies.serde_json]
optional = true
version = "1.0.89"

[dependencies.serde_yaml]
optional = true
version = "0.9.14"

[dependencies.shellexpand]
version = "2.1.2"

[dependencies.thiserror]
version = "1.0.37"

[dependencies.unicode-width]
version = "0.1.10"

[dependencies.walkdir]
version = "2.3.2"
[dev-dependencies.env_logger]
default-features = false
features = ["termcolor", "atty"]
version = "0.9.3"

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

[features]
default = ["profile-all"]
profile-all = ["profile-json", "profile-yaml"]
profile-json = ["serde_json"]
profile-yaml = ["serde_yaml"]

[lib]
name = "punktf_lib"

[package]
authors = ["Michael Lohr <michael@lohr.dev>", "Shemnei"]
description = "Library for punktf, a cross-platform multi-target dotfiles manager"
documentation = "https://github.com/Shemnei/punktf/tree/main/crates/punktf-lib"
edition = "2021"
exclude = ["/fuzz", "justfile"]
homepage = "https://github.com/Shemnei/punktf/tree/main/crates/punktf-lib"
keywords = ["dotfiles", "cli", "dotfile", "dotfiles-manager", "templating"]
license = "MIT OR Apache-2.0"
name = "punktf-lib"
readme = "README.md"
repository = "https://github.com/Shemnei/punktf/tree/main/crates/punktf-lib"
resolver = "1"
version = "2.0.0"