# 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 = "keron" version = "2024.3.16" authors = ["Stefan Ruzitschka "] description = "dotfile manager (symlinks, packages)" readme = "README.md" keywords = [ "dotfile", "dotfiles", "dotfile-manager", ] license-file = "LICENSE" repository = "https://github.com/icepuma/keron" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.colored] version = "2" [dependencies.dirs] version = "5" [dependencies.hcl-rs] version = "0.16" [dependencies.indexmap] version = "2" features = ["std"] [dependencies.os_info] version = "3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.shellexpand] version = "3" [dependencies.walkdir] version = "2" [dependencies.which] version = "6" [dev-dependencies.indoc] version = "2" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.tempfile] version = "3"