# 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 = "2018" name = "hm" version = "0.7.5" authors = ["Matt Weller "] include = [ "src/**/*", "LICENSE", "README.md", "changelog.md", ] description = "homemaker. Slightly more than yet another dotfile manager." readme = "README.md" keywords = [ "dotfiles", "management", "dotfile", ] categories = [ "command-line-utilities", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/hlmtre/homemaker" [lib] name = "hm" path = "src/lib/mod.rs" [[bin]] name = "hm" path = "src/hm.rs" [[bench]] name = "benchy_bench" path = "benches/benchy_bench.rs" harness = false [dependencies.chrono] version = "0.4" [dependencies.console] version = "0.15.2" [dependencies.dirs-next] version = "2.0" [dependencies.indicatif] version = "0.16.2" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.shellexpand] version = "2.1.2" [dependencies.simplelog] version = "0.12" [dependencies.solvent] version = "0.8.3" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.symlink] version = "0.1.0" [dependencies.sys-info] version = "0.9.1" [dependencies.toml] version = "0.5" [dev-dependencies.criterion] version = "0.3"