# 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 = "dotbak" version = "0.4.0-alpha.0" authors = ["Ian Pratt "] description = "Manage and backup dotfiles with ease!" homepage = "https://github.com/cogsandsquigs/dotbak" readme = "README.md" keywords = [ "cli", "dotfiles", "linux", "macos", "unix", ] categories = [ "command-line-utilities", "config", ] license = "AGPL-3.0" repository = "https://github.com/cogsandsquigs/dotbak" [[bin]] name = "dotbak" path = "src/main.rs" [dependencies.clap] version = "^4" features = ["derive"] [dependencies.console] version = "^0.15" [dependencies.daemonize] version = "^0.5" [dependencies.dirs] version = "^5" [dependencies.indicatif] version = "^0.17" [dependencies.itertools] version = "^0.12" [dependencies.miette] version = "^5" features = ["fancy"] [dependencies.serde] version = "^1" features = ["derive"] [dependencies.thiserror] version = "^1.0.53" [dependencies.toml] version = "^0.8" [dev-dependencies.assert_fs] version = "^1" [dev-dependencies.is_ci] version = "^1"