# 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 = "dots" version = "0.5.2" authors = ["Michael Mullins "] description = "A cli for managing all your dot(file)s" homepage = "https://github.com/webdesserts/dots-cli" readme = "Readme.md" license = "MIT" repository = "https://github.com/webdesserts/dots-cli" [dependencies.anyhow] version = "1.0.53" [dependencies.camino] version = "^1.0.5" features = ["serde1"] [dependencies.clap] version = "^3.1.8" features = [ "cargo", "derive", ] [dependencies.dirs] version = "^4.0.0" [dependencies.env_logger] version = "^0.9.0" [dependencies.log] version = "^0.4.17" [dependencies.serde] version = "^1.0.133" [dependencies.serde_derive] version = "^1.0.133" [dependencies.tempfile] version = "^3.2.0" [dependencies.toml] version = "^0.5.8" [dependencies.utils] version = "^0.5.0" package = "dots_internal_utils" [dev-dependencies.walkdir] version = "^2.3.2"