cargo-wix 0.0.5

Build Windows installers using the Wix Toolset
Documentation
# 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]
name = "cargo-wix"
version = "0.0.5"
authors = ["Christopher Field <cfield2@gmail.com>"]
description = "Build Windows installers using the Wix Toolset"
homepage = "https://github.com/volks73/cargo-wix"
documentation = "https://volks73.github.io/cargo-wix"
readme = "README.md"
keywords = ["cargo-subcommand", "installer", "wix-toolset", "wix"]
categories = ["development-tools"]
license = "MIT/Apache-2.0"
repository = "https://github.com/volks73/cargo-wix"

[lib]
name = "cargo_wix"

[[bin]]
name = "cargo-wix"
doc = false
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.31"
features = ["suggestions", "vec_map"]
default-features = false

[dependencies.env_logger]
version = "0.5.7"

[dependencies.log]
version = "0.4"

[dependencies.mustache]
version = "0.9"

[dependencies.regex]
version = "0.2"

[dependencies.termcolor]
version = "0.3.6"

[dependencies.toml]
version = "0.4"

[dependencies.uuid]
version = "0.5"
features = ["v4"]