# 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 = "dott" version = "0.1.1" authors = ["Thales Maciel "] description = "Simple dotfile management" homepage = "https://github.com/thales-maciel/dott" readme = "README.md" keywords = [ "dott", "dotfiles", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/thales-maciel/dott" [dependencies.clap] version = "4.1.1" features = [ "derive", "unstable-doc", ] [dependencies.console] version = "0.15.7" [dependencies.dialoguer] version = "0.10.4" [dependencies.directories] version = "5.0.1" [dependencies.glob] version = "0.3.1" [dependencies.path-absolutize] version = "3.1.0" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.assert_cmd] version = "2.0.11" [dev-dependencies.temp_testdir] version = "0.2.3"