# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dotcopter" version = "0.5.0" authors = ["Patrick Haun "] description = "A small tool to manage dotfile installation" readme = "README.org" keywords = ["dotfile", "dotfiles"] license = "Apache-2.0" repository = "https://github.com/bomgar/dotcopter" [dependencies.clap] version = "2.29" [dependencies.dirs] version = "3" [dependencies.regex] version = "1.0" [dependencies.rust-crypto] version = "0.2" [dependencies.slog] version = "2" features = ["release_max_level_trace", "max_level_debug"] [dependencies.slog-async] version = "2" [dependencies.slog-term] version = "2" [dependencies.spectral] version = "0.6.0" [dependencies.yaml-rust] version = "0.4"