emplace 1.4.1

Command-line tool to mirror installed software on multiple machines.
[package]
name = "emplace"
version = "1.4.1"
authors = ["Thomas Versteeg <thomas@versteeg.email>"]
description = "Command-line tool to mirror installed software on multiple machines."
edition = "2018"
repository = "https://github.com/tversteeg/emplace"
readme = "README.md"
license = "AGPL-3.0-or-later"
keywords = ["shell", "cli", "mirror", "sync"]
categories = ["command-line-utilities"]
include = ["src/**/*", "LICENSE", "README.md"]

[badges]
is-it-maintained-issue-resolution = { repository = "tversteeg/emplace" }
is-it-maintained-open-issues = { repository = "tversteeg/emplace" }

[dependencies]
anyhow = { version = "1.0.39", features = ["backtrace"] }
bugreport = "0.3.0"
clap = { version = "3.0.0-beta.2", features = ["suggestions", "color", "wrap_help"] }
clap_generate = "3.0.0-beta.2"
colored = "2.0.0"
console = "0.14.1"
dialoguer = "0.8.0"
dirs = "3.0.1"
enum_dispatch = "0.3.5"
itertools = "0.10.0"
log = "0.4.14"
ron = "0.6.4"
run_script = "0.7.0"
serde = { version = "1.0.124", features = ["derive"] }
simplelog = "0.9.0"
strum = "0.20.0"
strum_macros = "0.20.1"
toml = "0.5.8"

[dev-dependencies]
indoc = "1.0.3"

[package.metadata.deb]
maintainer = "Thomas Versteeg <thomas@versteeg.email>"
copyright = "2019, Thomas Versteeg <thomas@versteeg.email>"
license-file = ["LICENSE", "4"]
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. \
"""
depends = "$auto, git"
section = "utility"
priority = "optional"
assets = [
	["target/release/emplace", "usr/bin/", "755"],
	["README.md", "usr/share/doc/emplace/README", "644"],
]