# 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 = "emplace" version = "1.6.0" authors = ["Thomas Versteeg "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "Command-line tool to mirror installed software on multiple machines." readme = "README.md" keywords = [ "shell", "cli", "mirror", "sync", ] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://github.com/tversteeg/emplace" [package.metadata.deb] assets = [ [ "target/release/emplace", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/emplace/README", "644", ], ] copyright = "2019, Thomas Versteeg " depends = "$auto, git" extended-description = "A command-line tool to mirror installed software on multiple machines. Hooks into your shell to keep track of what you are installing. Can also be used to sync configuration files. " license-file = [ "LICENSE", "4", ] maintainer = "Thomas Versteeg " priority = "optional" section = "utility" [dependencies.anyhow] version = "1.0.82" features = ["backtrace"] [dependencies.bugreport] version = "0.5.0" features = [ "git_hash", "format_markdown", ] default-features = false [dependencies.camino] version = "1.1.6" [dependencies.clap] version = "4.5.4" features = [ "env", "cargo", ] [dependencies.clap_complete] version = "4.5.2" [dependencies.colored] version = "2.1.0" [dependencies.console] version = "0.15.8" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.enum_dispatch] version = "0.3.13" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.21" [dependencies.ron] version = "0.8.1" [dependencies.run_script] version = "0.10.1" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.simplelog] version = "0.12.2" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2" [dependencies.toml] version = "0.8.12" [dev-dependencies.cargo-husky] version = "1.5.0" features = [ "precommit-hook", "run-cargo-check", "run-cargo-clippy", "run-cargo-fmt", ] [dev-dependencies.indoc] version = "2.0.5" [badges.is-it-maintained-issue-resolution] repository = "tversteeg/emplace" [badges.is-it-maintained-open-issues] repository = "tversteeg/emplace"