# 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 = "dotium" version = "0.1.12" authors = ["Untoldwind "] description = "Dot-file management for multiple machines or small teams" readme = "./README.md" keywords = [ "dotfile", "dotfiles", "dotfiles-manager", ] license = "MIT" repository = "https://github.com/untoldwind/dotium" [dependencies.age] version = "0" features = [ "armor", "ssh", ] [dependencies.chrono] version = "0" [dependencies.clap] version = "4" features = [ "cargo", "derive", ] [dependencies.clap_complete] version = "4" [dependencies.console] version = "0" [dependencies.dialoguer] version = "0" features = ["fuzzy-select"] [dependencies.diff] version = "0" [dependencies.dirs] version = "4" [dependencies.gethostname] version = "0" [dependencies.itertools] version = "0" [dependencies.lazy_static] version = "1" [dependencies.prettytable-rs] version = "0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tera] version = "1" [dev-dependencies.tempfile] version = "3"