# 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 = "dotfiles-rs" version = "0.2.0" description = "A simple dot files manager for syncing dot files across machines." readme = "README.md" license = " Apache-2.0" license-file = "LICENSE" repository = "https://github.com/wckdouglas/dotfiles-rs" [dependencies.cargo-yaml] version = "3.0.0" [dependencies.clap] version = "3.2.22" [dependencies.dirs] version = "4.0.0" [dependencies.env_logger] version = "0.9.1" [dependencies.git2] version = "0.14.0" [dependencies.log] version = "0.4.17" [dependencies.rayon] version = "1.5.3" [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serde_derive] version = "1.0.145" [dependencies.serde_yaml] version = "0.9.13"