# 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 = "rusted-yadm" version = "0.1.1" authors = ["M1n-74316D65"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rusted - Yet Another Dotfiles Manager" homepage = "https://github.com/M1n-74316D65/rusted-yadm" readme = "README.md" keywords = [ "dotfiles", "cli", "dotfiles_manager", "dotfiles-manager", ] categories = [ "command-line-utilities", "command-line-interface", ] license = "GPL-3.0" repository = "https://github.com/M1n-74316D65/rusted-yadm" [[bin]] name = "rusted-yadm" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.dirs] version = "5" [dependencies.git2] version = "0.19" [dependencies.openssl] version = "0.10" [dependencies.walkdir] version = "2"