# 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 = "punktf-lib" version = "2.0.2" authors = [ "Michael Lohr ", "Shemnei", ] build = false exclude = [ "/fuzz", "justfile", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Library for punktf, a cross-platform multi-target dotfiles manager" homepage = "https://github.com/Shemnei/punktf/tree/main/crates/punktf-lib" documentation = "https://github.com/Shemnei/punktf/tree/main/crates/punktf-lib" readme = "README.md" keywords = [ "dotfiles", "cli", "dotfile", "dotfiles-manager", "templating", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Shemnei/punktf/tree/main/crates/punktf-lib" [lib] name = "punktf_lib" path = "src/lib.rs" [[test]] name = "fuzz_template_parse" path = "tests/fuzz_template_parse.rs" [[test]] name = "template_initvim" path = "tests/template_initvim.rs" [dependencies.cfg-if] version = "1.0.0" [dependencies.color-eyre] version = "0.6.3" default-features = false [dependencies.log] version = "0.4.22" [dependencies.serde] version = "1.0.212" features = ["derive"] [dependencies.serde_json] version = "1.0.132" optional = true [dependencies.serde_yaml] version = "0.9.34" optional = true [dependencies.shellexpand] version = "3.1.0" [dependencies.thiserror] version = "1.0.64" [dependencies.unicode-width] version = "0.2.0" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.pretty_assertions] version = "1.4.1" [features] default = ["profile-all"] profile-all = [ "profile-json", "profile-yaml", ] profile-json = ["serde_json"] profile-yaml = ["serde_yaml"]