emplace 0.3.9

Command-line tool to mirror installed software on multiple machines.
[badges.is-it-maintained-issue-resolution]
repository = "tversteeg/emplace"

[badges.is-it-maintained-open-issues]
repository = "tversteeg/emplace"
[dependencies.anyhow]
version = "1.0.34"

[dependencies.clap]
version = "2.33.3"

[dependencies.colored]
version = "2.0.0"

[dependencies.console]
version = "0.13.0"

[dependencies.dialoguer]
version = "0.7.1"

[dependencies.dirs]
version = "3.0.1"

[dependencies.enum_dispatch]
version = "0.3.4"

[dependencies.glob]
version = "0.3.0"

[dependencies.itertools]
version = "0.9.0"

[dependencies.log]
version = "0.4.11"

[dependencies.ron]
version = "0.6.2"

[dependencies.run_script]
version = "0.6.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.117"

[dependencies.shellexpand]
version = "2.0.0"

[dependencies.simplelog]
version = "0.8.0"

[dependencies.strum]
version = "0.19.5"

[dependencies.strum_macros]
version = "0.19.4"

[dependencies.toml]
version = "0.5.7"

[package]
authors = ["Thomas Versteeg <thomasversteeg@gmx.com>"]
categories = ["command-line-utilities"]
description = "Command-line tool to mirror installed software on multiple machines."
edition = "2018"
include = ["src/**/*", "LICENSE", "README.md"]
keywords = ["shell", "cli", "mirror", "sync"]
license = "AGPL-3.0-or-later"
name = "emplace"
readme = "README.md"
repository = "https://github.com/tversteeg/emplace"
version = "0.3.9"
[package.metadata.deb]
assets = [["target/release/emplace", "usr/bin/", "755"], ["README.md", "usr/share/doc/emplace/README", "644"]]
copyright = "2019, Thomas Versteeg <thomasversteeg@gmx.com>"
depends = "$auto"
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 <thomasversteeg@gmx.com>"
priority = "optional"
section = "utility"