# 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" version = "3.1.2" authors = [ "Michael Lohr ", "Shemnei", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A cross-platform multi-target dotfiles manager" homepage = "https://github.com/Shemnei/punktf" documentation = "https://github.com/Shemnei/punktf" readme = "README.md" keywords = [ "dotfiles", "cli", "dotfile", "dotfiles-manager", "templating", ] categories = [ "command-line-utilities", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Shemnei/punktf" [[bin]] name = "punktf" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = [ "derive", "env", ] [dependencies.clap_complete] version = "4.5.33" [dependencies.clap_mangen] version = "0.2.24" [dependencies.color-eyre] version = "0.6.3" default-features = false [dependencies.console] version = "0.15.8" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.punktf-lib] version = "2.0.1" features = ["profile-all"] [dependencies.serde] version = "1.0.212" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.serde_yaml] version = "0.9.34" [dependencies.similar] version = "2.6.0" features = [ "text", "unicode", "inline", ] [features] windows-static = ["dep:static_vcruntime"] [target."cfg(windows)".build-dependencies.static_vcruntime] version = "2.0.0" optional = true